annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
2b081c008ac6 tests: add duktape test
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 cmake_minimum_required(VERSION 3.7)
2b081c008ac6 tests: add duktape test
David Demelier <markand@malikania.fr>
parents:
diff changeset
2 project(embed)
2b081c008ac6 tests: add duktape test
David Demelier <markand@malikania.fr>
parents:
diff changeset
3 add_subdirectory(tests/duktape)
33
f6d9a8c331dc tests: add fmt test
David Demelier <markand@malikania.fr>
parents: 32
diff changeset
4 add_subdirectory(tests/fmt)