summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt
index 583386796..80a982bc3 100644
--- a/src/live_effects/CMakeLists.txt
+++ b/src/live_effects/CMakeLists.txt
@@ -1,3 +1,5 @@
+ADD_SUBDIRECTORY(parameter)
+
SET(live_effects_SRC
bezctx.cpp
effect.cpp
@@ -27,4 +29,6 @@ lpe-test-doEffect-stack.cpp
lpe-vonkoch.cpp
lpe-dynastroke.cpp
spiro.cpp
+${live_effects_parameter_SRC}
)
+ADD_LIBRARY(live_effects STATIC ${live_effects_SRC}) \ No newline at end of file