comparison Applications/Samples/CMakeLists.txt @ 695:7bf91c4ebd65

strategy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 17 May 2019 18:04:14 +0200
parents adc1be326b62
children c35e98d22764
comparison
equal deleted inserted replaced
693:9a474e90e832 695:7bf91c4ebd65
226 add_executable(UnitTests 226 add_executable(UnitTests
227 ${GOOGLE_TEST_SOURCES} 227 ${GOOGLE_TEST_SOURCES}
228 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp 228 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp
229 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestExceptions.cpp 229 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestExceptions.cpp
230 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp 230 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp
231 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStrategy.cpp
231 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp 232 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp
232 ) 233 )
233 234
234 target_link_libraries(UnitTests OrthancStone) 235 target_link_libraries(UnitTests OrthancStone)
235 endif() 236 endif()