diff options
Diffstat (limited to 'src/util/CMakeLists.txt')
-rw-r--r-- | src/util/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt new file mode 100644 index 0000000..dc18b39 --- /dev/null +++ b/src/util/CMakeLists.txt @@ -0,0 +1,10 @@ +project(kalmia) + +target_sources(kalmia PUBLIC util.c) + +if (KALMIA_BUILD_TESTS) + target_sources( + kalmia-tests PUBLIC + util.test.c + ) +endif() |