[asterisk-scf-commits] asterisk-scf/integration/routing.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Aug 26 13:53:21 CDT 2010


branch "master" has been updated
       via  181d1a733eb24492f2071e8277923d92be7be1fc (commit)
      from  92274b50a99f670562e89a986aaf5754d93fe57e (commit)

Summary of changes:
 CMakeLists.txt   |    8 ++++----
 CMakeSubDirs.txt |    6 ++++++
 2 files changed, 10 insertions(+), 4 deletions(-)
 create mode 100644 CMakeSubDirs.txt


- Log -----------------------------------------------------------------
commit 181d1a733eb24492f2071e8277923d92be7be1fc
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Aug 26 13:53:11 2010 -0500

    Modified CMake specifications to allow integrated build.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index dcd7f19..eb1afaf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,8 +12,8 @@ hydra_project(RoutingService 3.4 CXX)
 # Take care of slice definitions
 add_subdirectory(slice)
 
-# Take care of the source code for this project
-add_subdirectory(src)
+# 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)
 
-# Finally take care of the test suite
-add_subdirectory(test)
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/routing.git



More information about the asterisk-scf-commits mailing list