summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/CMakeLists.txt35
-rw-r--r--src/live_effects/parameter/CMakeLists.txt21
2 files changed, 56 insertions, 0 deletions
diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt
new file mode 100644
index 000000000..57957b88a
--- /dev/null
+++ b/src/live_effects/CMakeLists.txt
@@ -0,0 +1,35 @@
+SET(live_effects_SRC
+effect.cpp
+effect.h
+lpe-curvestitch.cpp
+lpe-curvestitch.h
+lpe-gears.cpp
+lpe-gears.h
+lpegroupbbox.cpp
+lpegroupbbox.h
+lpe-knot.cpp
+lpe-knot.h
+lpeobject.cpp
+lpeobject.h
+lpeobject-reference.cpp
+lpeobject-reference.h
+lpe-pathalongpath.cpp
+lpe-pathalongpath.h
+lpe-skeletalstrokes.cpp
+lpe-skeletalstrokes.h
+lpe-skeleton.cpp
+lpe-skeleton.h
+lpe-sketch.cpp
+lpe-sketch.h
+lpe-slant.cpp
+lpe-slant.h
+lpe-test-doEffect-stack.cpp
+lpe-test-doEffect-stack.h
+lpe-vonkoch.cpp
+lpe-vonkoch.h
+n-art-bpath-2geom.cpp
+n-art-bpath-2geom.h
+${live_effects_parameter_SRC}
+)
+
+ADD_SUBDIRECTORY(parameter)
diff --git a/src/live_effects/parameter/CMakeLists.txt b/src/live_effects/parameter/CMakeLists.txt
new file mode 100644
index 000000000..5bf0212e8
--- /dev/null
+++ b/src/live_effects/parameter/CMakeLists.txt
@@ -0,0 +1,21 @@
+SET(live_effects_parameter_SRC
+bool.cpp
+bool.h
+enum.h
+makefile.in
+Makefile_insert
+out.txt
+parameter.cpp
+parameter.h
+path.cpp
+path.h
+path-reference.cpp
+path-reference.h
+point.cpp
+point.h
+pointparam-knotholder.cpp
+pointparam-knotholder.h
+random.cpp
+random.h
+todo.txt
+) \ No newline at end of file