[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 Jan 20 09:40:56 CST 2011
branch "master" has been updated
via 05eeb7d58f132f8ba2b956817695cfcc53001e89 (commit)
from 8a3feca8af021594357b0f4e542898a0cf0b4f2d (commit)
Summary of changes:
CMakeLists.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 05eeb7d58f132f8ba2b956817695cfcc53001e89
Author: David M. Lee <dlee at digium.com>
Date: Thu Jan 20 09:37:49 2011 -0600
Properly specify the CMake project.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e1ab2d..4f64241 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,6 +3,10 @@
# Minimum we require is 2.8, any lower and stuff would fail horribly
cmake_minimum_required(VERSION 2.8)
+# Setup overall project. While primarily C++, C is required to find some
+# packages (such as Threads).
+project("Asterisk SCF" C CXX)
+
# Indicate that this is an integrated build
set(integrated_build true)
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list