[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Dec 7 16:48:47 CST 2010
branch "master" has been updated
via f892a8393bee4e04986191f1a214ba6803d4c643 (commit)
from 92ca85d2d8db6e9bf2817eada1c4a6914fe5523d (commit)
Summary of changes:
SmartProxy/src/CMakeLists.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit f892a8393bee4e04986191f1a214ba6803d4c643
Author: Ken Hunt <ken.hunt at digium.com>
Date: Tue Dec 7 16:49:18 2010 -0600
Added required logger target lib for windows build.
diff --git a/SmartProxy/src/CMakeLists.txt b/SmartProxy/src/CMakeLists.txt
index cb7ea20..2d38072 100644
--- a/SmartProxy/src/CMakeLists.txt
+++ b/SmartProxy/src/CMakeLists.txt
@@ -21,5 +21,7 @@ if(APPLE)
target_link_libraries(SmartProxy ${ICE_CXX_LIB_ZeroCIce})
endif()
+target_link_libraries(SmartProxy logging-client)
+
asterisk_scf_component_install(SmartProxy LIBRARY lib "Smart Proxy" SmartProxy ARCHIVE DESTINATION lib)
-----------------------------------------------------------------------
--
asterisk-scf/release/ice-util-cpp.git
More information about the asterisk-scf-commits
mailing list