summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-29 22:27:02 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-29 22:27:02 +0000
commit2c71237b41e0bcc431b74c1b93e2692d4b344c7a (patch)
tree2450b4a80c7333f8435115936ed38b0be82edfdf /src
parentFix passing wrong pointer type when using the tweak tool on 3D boxes (diff)
downloadinkscape-2c71237b41e0bcc431b74c1b93e2692d4b344c7a.tar.gz
inkscape-2c71237b41e0bcc431b74c1b93e2692d4b344c7a.zip
add CMakeLists.txt files for live_effects
(bzr r5233)
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