diff CMakeLists.txt @ 33:f6d9a8c331dc

tests: add fmt test
author David Demelier <markand@malikania.fr>
date Wed, 04 Jan 2017 13:33:25 +0100
parents 2b081c008ac6
children 2907e5903c85
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Jan 04 13:29:22 2017 +0100
+++ b/CMakeLists.txt	Wed Jan 04 13:33:25 2017 +0100
@@ -1,3 +1,4 @@
 cmake_minimum_required(VERSION 3.7)
 project(embed)
 add_subdirectory(tests/duktape)
+add_subdirectory(tests/fmt)