comparison Platforms/Generic/CMakeLists.txt @ 250:5e642859267e am-2

added new Observable/Observer & MessageBroker (not used yet)
author am@osimis.io
date Mon, 02 Jul 2018 16:36:17 +0200
parents 092db46c6291
children 58e23e0dd86a
comparison
equal deleted inserted replaced
249:54c7284b0eff 250:5e642859267e
75 ## Build the unit tests 75 ## Build the unit tests
76 ##################################################################### 76 #####################################################################
77 77
78 add_executable(UnitTests 78 add_executable(UnitTests
79 ${GOOGLE_TEST_SOURCES} 79 ${GOOGLE_TEST_SOURCES}
80 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp
80 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp 81 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp
81 ) 82 )
82 83
83 target_link_libraries(UnitTests OrthancStone) 84 target_link_libraries(UnitTests OrthancStone)
84 85