comparison CMakeLists.txt @ 9:2cb2015b9934 OrthancWebViewer-1.0

revert
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Feb 2015 12:59:40 +0100
parents 49fa9c774465
children dc81c1ad61c7
comparison
equal deleted inserted replaced
8:49fa9c774465 9:2cb2015b9934
188 SOVERSION ${ORTHANC_WEBVIEWER_VERSION}) 188 SOVERSION ${ORTHANC_WEBVIEWER_VERSION})
189 189
190 install( 190 install(
191 TARGETS OrthancWebViewer 191 TARGETS OrthancWebViewer
192 RUNTIME DESTINATION lib # Destination for Windows 192 RUNTIME DESTINATION lib # Destination for Windows
193 LIBRARY DESTINATION lib # Destination for Linux 193 LIBRARY DESTINATION share/orthanc/plugins # Destination for Linux
194 ) 194 )
195 195
196 add_executable(UnitTests 196 add_executable(UnitTests
197 ${CORE_SOURCES} 197 ${CORE_SOURCES}
198 ${GTEST_SOURCES} 198 ${GTEST_SOURCES}