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/extension/param/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/param') diff --git a/src/extension/param/CMakeLists.txt b/src/extension/param/CMakeLists.txt index 8ac3211f2..843de8b7a 100644 --- a/src/extension/param/CMakeLists.txt +++ b/src/extension/param/CMakeLists.txt @@ -3,7 +3,7 @@ bool.cpp color.cpp description.cpp enum.cpp -eter.cpp +parameter.cpp float.cpp int.cpp notebook.cpp -- cgit v1.2.3