From 28698fb36cebc5d661f66f06b723a6c9fbcb351a Mon Sep 17 00:00:00 2001 From: Aaron Spike Date: Thu, 10 Apr 2008 04:48:40 +0000 Subject: 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) --- src/live_effects/parameter/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/live_effects/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 +) -- cgit v1.2.3