diff CMakeLists.txt @ 32:2b081c008ac6

tests: add duktape test
author David Demelier <markand@malikania.fr>
date Wed, 04 Jan 2017 13:29:22 +0100
parents
children f6d9a8c331dc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CMakeLists.txt	Wed Jan 04 13:29:22 2017 +0100
@@ -0,0 +1,3 @@
+cmake_minimum_required(VERSION 3.7)
+project(embed)
+add_subdirectory(tests/duktape)