diff options
author | sanine <sanine.not@pm.me> | 2023-01-03 23:31:48 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-01-03 23:31:48 -0600 |
commit | 13a7c902c051fa8da1e476687c17bb5431d258e1 (patch) | |
tree | ec75993aba0b8264f0dffd03eee2191020b206be /src/geometry/CMakeLists.txt | |
parent | e68e6d4e433fe42a0c6df18b2f2d7990b91b7cd6 (diff) |
add kai_expand_array
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() |