summaryrefslogtreecommitdiff
path: root/src/effect/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/effect/CMakeLists.txt')
-rw-r--r--src/effect/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/effect/CMakeLists.txt b/src/effect/CMakeLists.txt
new file mode 100644
index 0000000..4b737fd
--- /dev/null
+++ b/src/effect/CMakeLists.txt
@@ -0,0 +1,3 @@
+project(kalmia)
+
+target_sources(kalmia PUBLIC effect.c)