From 4da6958031f0f47353040ba4cc2646ecd7e5ed9e Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sat, 29 Mar 2008 22:27:02 +0000 Subject: [PATCH] add CMakeLists.txt files for live_effects --- src/live_effects/CMakeLists.txt | 35 +++++++++++++++++++++++ src/live_effects/parameter/CMakeLists.txt | 21 ++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 src/live_effects/CMakeLists.txt create mode 100644 src/live_effects/parameter/CMakeLists.txt 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 -- 2.30.2