summaryrefslogtreecommitdiff
path: root/source/test/programs
diff options
context:
space:
mode:
authorMitya Selivanov <0x7fffff@guattari.ru>2022-08-21 15:32:54 +0400
committerMitya Selivanov <0x7fffff@guattari.ru>2022-08-21 15:32:54 +0400
commit17bb451f1795e05e95d674f9308fb0d7d15559d6 (patch)
tree1f09e1fb3ec78820e8249b38a9667f146112ae83 /source/test/programs
parentbe66e8b9525bc37bc913d2abf0e8a1f3fdedf645 (diff)
downloadkit-17bb451f1795e05e95d674f9308fb0d7d15559d6.zip
[CI] Cleanup dependencies
Diffstat (limited to 'source/test/programs')
-rw-r--r--source/test/programs/CMakeLists.txt6
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})