comparison Applications/Samples/CMakeLists.txt @ 298:f58bfb7bbcc9 am-2

introduced StoneException
author am@osimis.io
date Mon, 10 Sep 2018 12:22:26 +0200
parents b04b13810540
children 3897f9f28cfa
comparison
equal deleted inserted replaced
297:1992f7b8563e 298:f58bfb7bbcc9
135 ##################################################################### 135 #####################################################################
136 136
137 if (ENABLE_NATIVE) 137 if (ENABLE_NATIVE)
138 add_executable(UnitTests 138 add_executable(UnitTests
139 ${GOOGLE_TEST_SOURCES} 139 ${GOOGLE_TEST_SOURCES}
140 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp
141 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestExceptions.cpp
140 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp 142 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp
141 ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp
142 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp 143 ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp
143 ) 144 )
144 145
145 target_link_libraries(UnitTests OrthancStone) 146 target_link_libraries(UnitTests OrthancStone)
146 endif() 147 endif()