[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Aug 26 15:11:53 CDT 2010
branch "master" has been updated
via 04753f6f7fa868ddef161d09c844438e8d76904e (commit)
from b036c48eaee739715f29057d4ba9ce11d5903eed (commit)
Summary of changes:
CMakeLists.txt | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 04753f6f7fa868ddef161d09c844438e8d76904e
Author: Ken Hunt <ken.hunt at digium.com>
Date: Thu Aug 26 15:11:36 2010 -0500
Added pjlib build targets.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 15f0148..13663f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,6 +12,13 @@ include(cmake/Hydra_v4.cmake)
# This project is C++ based and requires a minimum of 3.4
hydra_project("Asterisk SCF" 3.4 CXX)
+# Add build targets for what we will need to link against
+pjproject_build(pjlib)
+pjproject_build(pjlib-util)
+pjproject_build(pjnath)
+pjproject_build(pjmedia)
+pjproject_build(pjsip)
+
# Take care of slice definitions
add_subdirectory(slice EXCLUDE_FROM_ALL)
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list