[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "single-api-lib" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Jan 17 09:56:30 CST 2011
branch "single-api-lib" has been updated
via 72b1fe6de5982f1e1d97808e4a7c28147fb4ccd6 (commit)
from 0020a940b1c0551b72977d39ab5a90ca9f74276c (commit)
Summary of changes:
CMakeLists.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 72b1fe6de5982f1e1d97808e4a7c28147fb4ccd6
Author: David M. Lee <dlee at digium.com>
Date: Mon Jan 17 09:56:36 2011 -0600
Fixed install problem on Windows.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6c784aa..41b01d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,8 @@ set(API_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR}/generated PARENT_SCOPE)
set(API_SLICE_DIR ${CMAKE_CURRENT_SOURCE_DIR} PARENT_SCOPE)
install(TARGETS asterisk-scf-api
- LIBRARY DESTINATION ${ASTERISK_SCF_INSTALL_LIB_DIR})
+ LIBRARY DESTINATION ${ASTERISK_SCF_INSTALL_LIB_DIR}
+ RUNTIME DESTINATION ${ASTERISK_SCF_INSTALL_LIB_DIR})
install(DIRECTORY AsteriskSCF DESTINATION ${ASTERISK_SCF_INSTALL_SLICE_DIR})
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/generated/
DESTINATION ${ASTERISK_SCF_INSTALL_INCLUDE_DIR}
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list