comparison Applications/Samples/CMakeLists.txt @ 1293:f050391249f0

Merged changes from bugfix branch
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 21 Feb 2020 15:27:42 +0100
parents ddb6676bbcbf
children
comparison
equal deleted inserted replaced
1285:4f8fc8dbd2a1 1293:f050391249f0
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