summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2008-04-10 04:48:40 +0000
committeracspike <acspike@users.sourceforge.net>2008-04-10 04:48:40 +0000
commit28698fb36cebc5d661f66f06b723a6c9fbcb351a (patch)
tree16176531940cc1ddc22ce0966e9abc05a2e7df15 /src/live_effects
parentreplace setting flags as variables with use of add_definitions() to avoid quo... (diff)
downloadinkscape-28698fb36cebc5d661f66f06b723a6c9fbcb351a.tar.gz
inkscape-28698fb36cebc5d661f66f06b723a6c9fbcb351a.zip
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/CMakeLists.txt2
-rw-r--r--src/live_effects/parameter/CMakeLists.txt4
2 files changed, 1 insertions, 5 deletions
diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt
index f88e96531..f7a3f7798 100644
--- a/src/live_effects/CMakeLists.txt
+++ b/src/live_effects/CMakeLists.txt
@@ -29,7 +29,5 @@ 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
index e3292f3a0..4c429e586 100644
--- a/src/live_effects/parameter/CMakeLists.txt
+++ b/src/live_effects/parameter/CMakeLists.txt
@@ -4,7 +4,6 @@ bool.h
enum.h
makefile.in
Makefile_insert
-out.txt
parameter.cpp
parameter.h
path.cpp
@@ -17,5 +16,4 @@ pointparam-knotholder.cpp
pointparam-knotholder.h
random.cpp
random.h
-todo.txt
-) \ No newline at end of file
+)