diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/test/programs/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/test/programs/CMakeLists.txt b/source/test/programs/CMakeLists.txt index 5baf56a..bdaf89e 100644 --- a/source/test/programs/CMakeLists.txt +++ b/source/test/programs/CMakeLists.txt @@ -1,3 +1,9 @@ +project( + ${KIT_PROJECT}_test_programs + VERSION 0.1.1 + DESCRIPTION "Kit test programs" + LANGUAGES C CXX) + if(KIT_ENABLE_TESTING) add_executable(too_many_tests too_many_tests.c) target_link_libraries(too_many_tests ${KIT_TEST_LIBRARY}) |