view CMakeLists.txt @ 35:d6f4e8696aea

tests: add hoedown test
author David Demelier <markand@malikania.fr>
date Wed, 04 Jan 2017 13:43:11 +0100
parents 2907e5903c85
children d6d951bc01cc
line wrap: on
line source

cmake_minimum_required(VERSION 3.7)
project(embed)
add_subdirectory(tests/duktape)
add_subdirectory(tests/fmt)
add_subdirectory(tests/gtest)
add_subdirectory(tests/hoedown)