[asterisk-scf-commits] asterisk-scf/integration/bridging.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Aug 26 15:10:15 CDT 2010


branch "master" has been updated
       via  a952952596d1a48e5b3fc575c9355a14e53f56bf (commit)
       via  fac81c963f2c4ff8214d98e0bb65f896117b5a60 (commit)
      from  eaf2277ec5e460fcea1bff0948deeea660741ff8 (commit)

Summary of changes:
 test/CMakeLists.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit a952952596d1a48e5b3fc575c9355a14e53f56bf
Merge: fac81c9 eaf2277
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Aug 26 15:09:33 2010 -0500

    Merge branch 'master' of gitdepot:asterisk-scf/integration/bridging


commit fac81c963f2c4ff8214d98e0bb65f896117b5a60
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Aug 26 15:08:50 2010 -0500

    Added header files to CMake list so that integrated build will compile.

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 2fe4d83..1899be1 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -7,8 +7,11 @@ hydra_component_add_slice(bridging_unit_test BridgeServiceIf)
 hydra_component_add_slice(bridging_unit_test BridgeServiceEventsIf)
 hydra_component_add_file(bridging_unit_test TestBridging.cpp)
 hydra_component_add_file(bridging_unit_test "../src/BridgeImpl.cpp")
+hydra_component_add_file(bridging_unit_test "../src/BridgeImpl.h")
 hydra_component_add_file(bridging_unit_test "../src/BridgeFactoryImpl.cpp")
+hydra_component_add_file(bridging_unit_test "../src/BridgeFactoryImpl.h")
 hydra_component_add_file(bridging_unit_test "../src/MediaSplicer.cpp")
+hydra_component_add_file(bridging_unit_test "../src/MediaSplicer.h")
 hydra_component_add_boost_libraries(bridging_unit_test unit_test_framework)
 hydra_component_add_boost_libraries(bridging_unit_test thread)
 hydra_component_build_standalone(bridging_unit_test)

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


-- 
asterisk-scf/integration/bridging.git



More information about the asterisk-scf-commits mailing list