Code

process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
authoracspike <acspike@users.sourceforge.net>
Thu, 10 Apr 2008 04:48:40 +0000 (04:48 +0000)
committeracspike <acspike@users.sourceforge.net>
Thu, 10 Apr 2008 04:48:40 +0000 (04:48 +0000)
commit2cdfe79be9449f74ac43a83b6ae7fb62f45c484b
tree16176531940cc1ddc22ce0966e9abc05a2e7df15
parent6f433fedeef298518b7bc8c5cc3200d5e2adb540
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.
15 files changed:
src/CMakeLists.txt
src/api/CMakeLists.txt
src/bind/CMakeLists.txt
src/debug/CMakeLists.txt
src/display/CMakeLists.txt
src/dom/CMakeLists.txt
src/dom/odf/CMakeLists.txt
src/extension/CMakeLists.txt
src/extension/internal/CMakeLists.txt
src/extension/param/CMakeLists.txt
src/jabber_whiteboard/CMakeLists.txt
src/live_effects/CMakeLists.txt
src/live_effects/parameter/CMakeLists.txt
src/trace/CMakeLists.txt
src/ui/CMakeLists.txt