comparison CMakeLists.txt @ 7:fb9aca75eafd OrthancWebViewer-1.0

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Feb 2015 11:56:07 +0100
parents 02f7a0400a91
children 49fa9c774465
comparison
equal deleted inserted replaced
6:f0042ad844c3 7:fb9aca75eafd
180 target_link_libraries(OrthancWebViewer ${GDCM_LIBRARIES} ${OS_LIBRARIES}) 180 target_link_libraries(OrthancWebViewer ${GDCM_LIBRARIES} ${OS_LIBRARIES})
181 181
182 install( 182 install(
183 TARGETS OrthancWebViewer 183 TARGETS OrthancWebViewer
184 RUNTIME DESTINATION lib # Destination for Windows 184 RUNTIME DESTINATION lib # Destination for Windows
185 LIBRARY DESTINATION share/orthanc/plugins # Destination for Linux 185 LIBRARY DESTINATION lib # Destination for Linux
186 ) 186 )
187 187
188 add_executable(UnitTests 188 add_executable(UnitTests
189 ${CORE_SOURCES} 189 ${CORE_SOURCES}
190 ${GTEST_SOURCES} 190 ${GTEST_SOURCES}