comparison Applications/Samples/CMakeLists.txt @ 1080:287ec78f63b4

GenericToolbox (fast c-string --> double or integer) + refactoring to be able to set structures lut into configurator + fixed missing revision bump in configurator + UT
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 21 Oct 2019 16:01:29 +0200
parents 348866dd217c
children 63539e826355
comparison
equal deleted inserted replaced
1072:391fb6d6905d 1080:287ec78f63b4
229 ##################################################################### 229 #####################################################################
230 230
231 if (ENABLE_NATIVE) 231 if (ENABLE_NATIVE)
232 add_executable(UnitTests 232 add_executable(UnitTests
233 ${GOOGLE_TEST_SOURCES} 233 ${GOOGLE_TEST_SOURCES}
234 ${ORTHANC_STONE_ROOT}/UnitTestsSources/GenericToolboxTests.cpp
234 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp 235 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp
235 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp 236 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp
236 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStrategy.cpp 237 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStrategy.cpp
237 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStructureSet.cpp 238 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStructureSet.cpp
238 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp 239 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp