summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-04-28 00:55:12 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-04-28 00:55:12 +0000
commite4e5be8b36fc8aa242094be5d179caeb242aa0d0 (patch)
tree1090fb273fdb6a04814a06eddb590e15e98bb391 /src/live_effects
parentUpdate inkscape-filter.svg with newer version (diff)
downloadinkscape-e4e5be8b36fc8aa242094be5d179caeb242aa0d0.tar.gz
inkscape-e4e5be8b36fc8aa242094be5d179caeb242aa0d0.zip
Cmake: Fixed issues with pedro not linking correctly
(bzr r5534)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/CMakeLists.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt
index a8d4c1579..1906f8a9b 100644
--- a/src/live_effects/CMakeLists.txt
+++ b/src/live_effects/CMakeLists.txt
@@ -1,6 +1,13 @@
SET(live_effects_SRC
+bezctx.cpp
+bezctx.h
+bezctx_intf.h
effect.cpp
effect.h
+lpe-bendpath.cpp
+lpe-bendpath.h
+lpe-circle_with_radius.cpp
+lpe-circle_with_radius.h
lpe-curvestitch.cpp
lpe-curvestitch.h
lpe-gears.cpp
@@ -13,19 +20,24 @@ lpeobject.cpp
lpeobject.h
lpeobject-reference.cpp
lpeobject-reference.h
-lpe-bendpath.cpp
-lpe-bendpath.h
lpe-patternalongpath.cpp
lpe-patternalongpath.h
+lpe-perspective_path.cpp
+lpe-perspective_path.h
lpe-skeleton.cpp
lpe-skeleton.h
lpe-sketch.cpp
lpe-sketch.h
lpe-slant.cpp
lpe-slant.h
+lpe-spiro.cpp
+lpe-spiro.h
lpe-test-doEffect-stack.cpp
lpe-test-doEffect-stack.h
lpe-vonkoch.cpp
lpe-vonkoch.h
+spiro.cpp
+spiro.h
+todo.txt
)