diff options
Diffstat (limited to 'src/image/CMakeLists.txt')
-rw-r--r-- | src/image/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/image/CMakeLists.txt b/src/image/CMakeLists.txt new file mode 100644 index 0000000..991b39d --- /dev/null +++ b/src/image/CMakeLists.txt @@ -0,0 +1,3 @@ +project(kalmia) + +target_sources(kalmia PUBLIC image.c) |