[asterisk-scf-commits] asterisk-scf/release/cmake.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jan 19 12:58:19 CST 2011


branch "master" has been updated
       via  ca3edc48e010bc44f2a9964a72db9ad5f5b4a2cd (commit)
      from  df826410d0af5601c3bd344db5cfa22b66d72ef1 (commit)

Summary of changes:
 AsteriskSCF.cmake |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit ca3edc48e010bc44f2a9964a72db9ad5f5b4a2cd
Author: David M. Lee <dlee at digium.com>
Date:   Wed Jan 19 12:58:16 2011 -0600

    Add Slice files to sources, for Visual Studio.

diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index ed3bc5a..1fd2add 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -552,8 +552,8 @@ function(asterisk_scf_component_add_one_slice COMPONENT SLICE)
         COMMENT "slice2cpp translating ${SLICE}"
         DEPENDS ${sources})
 
-    # now the generated_files are sources for the component
-    list(APPEND ${COMPONENT}_SOURCES ${generated_files})
+    # the Slice and generated_files are sources for the component
+    list(APPEND ${COMPONENT}_SOURCES ${SLICE} ${generated_files})
     set(${COMPONENT}_SOURCES ${${COMPONENT}_SOURCES} PARENT_SCOPE)
 endfunction()
 

-----------------------------------------------------------------------


-- 
asterisk-scf/release/cmake.git



More information about the asterisk-scf-commits mailing list