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