comparison Applications/Samples/CMakeLists.txt @ 1286:ddb6676bbcbf bugs/2020-02-invisible-slice

Added Histogram functions (new files: ImageToolbox...)
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 14 Feb 2020 14:59:32 +0100
parents 41d19fa749b7
children
comparison
equal deleted inserted replaced
1284:1bb54005e2bd 1286:ddb6676bbcbf
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
254 ${ORTHANC_STONE_ROOT}/UnitTestsSources/PixelTestPatternsTests.cpp 255 ${ORTHANC_STONE_ROOT}/UnitTestsSources/PixelTestPatternsTests.cpp
255 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp 256 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp
256 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp 257 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp
257 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStrategy.cpp 258 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStrategy.cpp
258 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStructureSet.cpp 259 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStructureSet.cpp