comparison Applications/Samples/CMakeLists.txt @ 428:751fb354149e am-vsol-upgrade

ability to change the scene of the RadiographyWidget
author am@osimis.io
date Wed, 28 Nov 2018 10:44:28 +0100
parents 574fc54056af
children 26b90b110719
comparison
equal deleted inserted replaced
426:660fe6f6bf4a 428:751fb354149e
191 add_executable(UnitTests 191 add_executable(UnitTests
192 ${GOOGLE_TEST_SOURCES} 192 ${GOOGLE_TEST_SOURCES}
193 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp 193 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp
194 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestExceptions.cpp 194 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestExceptions.cpp
195 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp 195 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp
196 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker2.cpp
197 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp 196 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp
198 ) 197 )
199 198
200 target_link_libraries(UnitTests OrthancStone) 199 target_link_libraries(UnitTests OrthancStone)
201 endif() 200 endif()