comparison Applications/Samples/CMakeLists.txt @ 1049:348866dd217c

removing classes OpenGLContextLostException and StoneOrthancException
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Oct 2019 14:29:02 +0200
parents 2d69b8bee484
children 287ec78f63b4
comparison
equal deleted inserted replaced
1048:f6be9412e42a 1049:348866dd217c
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/TestCommands.cpp 234 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp
235 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestExceptions.cpp
236 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp 235 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp
237 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStrategy.cpp 236 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStrategy.cpp
238 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStructureSet.cpp 237 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStructureSet.cpp
239 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp 238 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp
240 ) 239 )