[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Aug 30 12:48:49 CDT 2010
branch "master" has been updated
via 157456db2e264918ca3e55941412c27c713f5546 (commit)
from c4c46e9a3b686a3a4bec8d4431d593ae7c3c2f93 (commit)
Summary of changes:
CMakeLists.txt | 4 ++++
cmake | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 157456db2e264918ca3e55941412c27c713f5546
Author: Joshua Colp <jcolp at digium.com>
Date: Mon Aug 30 14:58:36 2010 -0300
Update to latest pjproject.cmake
diff --git a/CMakeLists.txt b/CMakeLists.txt
index db32a4e..d699ff4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,11 @@ hydra_project(SipChannelService 3.4 CXX)
# Include pjproject build integration
include(cmake/modules/pjproject.cmake)
pjproject_build(pjlib)
+pjproject_build(pjlib-util)
+pjproject_build(pjnath)
+pjproject_build(pjmedia)
pjproject_build(pjsip)
+pjproject_build(third_party)
# Pull in the slice definitions
add_subdirectory(slice)
diff --git a/cmake b/cmake
index 98cbf4a..1095aeb 160000
--- a/cmake
+++ b/cmake
@@ -1 +1 @@
-Subproject commit 98cbf4a0d71e2af47068d55a7bcbabf8616aff92
+Subproject commit 1095aeb680f1c6c2c411d80657e2c066bf7aa6d8
-----------------------------------------------------------------------
--
asterisk-scf/integration/sip.git
More information about the asterisk-scf-commits
mailing list