[asterisk-scf-commits] asterisk-scf/integration/bridging.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Aug 26 14:29:30 CDT 2010
branch "master" has been updated
via eaf2277ec5e460fcea1bff0948deeea660741ff8 (commit)
from 1ef269889e2cfa84770d80c6357b22a70b649802 (commit)
Summary of changes:
CMakeLists.txt | 9 ++++-----
CMakeSubDirs.txt | 6 ++++++
2 files changed, 10 insertions(+), 5 deletions(-)
create mode 100644 CMakeSubDirs.txt
- Log -----------------------------------------------------------------
commit eaf2277ec5e460fcea1bff0948deeea660741ff8
Author: Ken Hunt <ken.hunt at digium.com>
Date: Thu Aug 26 14:29:20 2010 -0500
CMake changes for integrated build.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5cf2736..ac1e98b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,8 +12,7 @@ hydra_project("bridging service" 3.4 CXX)
# Take care of slice definitions
add_subdirectory(slice EXCLUDE_FROM_ALL)
-# Take care of the source code for this project
-add_subdirectory(src)
-
-# Finally take care of the test suite
-add_subdirectory(test)
+# Include the subdirectory information. This is separate so that
+# a higher-level CMakeLists.txt can act as a master for integrated
+# builds.
+include(CMakeSubDirs.txt)
diff --git a/CMakeSubDirs.txt b/CMakeSubDirs.txt
new file mode 100644
index 0000000..01290b7
--- /dev/null
+++ b/CMakeSubDirs.txt
@@ -0,0 +1,6 @@
+
+# Take care of the source code for this project
+add_subdirectory(src)
+
+# Finally take care of the test suite
+add_subdirectory(test)
\ No newline at end of file
-----------------------------------------------------------------------
--
asterisk-scf/integration/bridging.git
More information about the asterisk-scf-commits
mailing list