diff options
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/CMakeLists.txt | 16 |
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 ) |
