view CMakeLists.txt @ 75:48b779992e7a

misc: remove vera and yaml, closes #965
author David Demelier <markand@malikania.fr>
date Fri, 23 Nov 2018 12:42:27 +0100
parents 26304c6e4b69
children 0bd0077049ff
line wrap: on
line source

#
# CMakeLists.txt -- test project for fmt
#
# Copyright (c) 2016-2018 David Demelier <markand@malikania.fr>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#

cmake_minimum_required(VERSION 3.7)
project(embed)

add_subdirectory(tests/duktape)
add_subdirectory(tests/fmt)
add_subdirectory(tests/gtest)
add_subdirectory(tests/hoedown)
add_subdirectory(tests/jansson)
add_subdirectory(tests/json)
add_subdirectory(tests/mstch)
add_subdirectory(tests/pugixml)
add_subdirectory(tests/sqlite)
add_subdirectory(tests/uriparser)