Code

Cmake: restructure build files to be more like current build system. Should reduce...
[inkscape.git] / src / live_effects / CMakeLists.txt
index 583386796e65c05ba4f007dba55e43ff50af68d4..80a982bc3c0338abdb3d05bb694ac0e6733066b9 100644 (file)
@@ -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