comparison Applications/Samples/CMakeLists.txt @ 1308:adf234ecaa00 broker

Merge
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 04 Mar 2020 10:21:54 +0100
parents ddb6676bbcbf
children
comparison
equal deleted inserted replaced
1307:8a28a9bf8876 1308:adf234ecaa00
249 249
250 if (ENABLE_NATIVE) 250 if (ENABLE_NATIVE)
251 add_executable(UnitTests 251 add_executable(UnitTests
252 ${GOOGLE_TEST_SOURCES} 252 ${GOOGLE_TEST_SOURCES}
253 ${ORTHANC_STONE_ROOT}/UnitTestsSources/GenericToolboxTests.cpp 253 ${ORTHANC_STONE_ROOT}/UnitTestsSources/GenericToolboxTests.cpp
254 ${ORTHANC_STONE_ROOT}/UnitTestsSources/ImageToolboxTests.cpp
255 ${ORTHANC_STONE_ROOT}/UnitTestsSources/PixelTestPatternsTests.cpp
254 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp 256 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp
255 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp 257 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp
256 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStrategy.cpp 258 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStrategy.cpp
257 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStructureSet.cpp 259 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStructureSet.cpp
258 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp 260 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp