comparison StoneWebViewer/Plugin/CMakeLists.txt @ 1504:d8af188ab545

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 20:35:16 +0200
parents d450653b46d3
children 15f2edef7e7c
comparison
equal deleted inserted replaced
1503:553084468225 1504:d8af188ab545
51 ) 51 )
52 52
53 add_library(StoneWebViewer SHARED 53 add_library(StoneWebViewer SHARED
54 Plugin.cpp 54 Plugin.cpp
55 ${AUTOGENERATED_SOURCES} 55 ${AUTOGENERATED_SOURCES}
56 ${ORTHANC_FRAMEWORK_ROOT}/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp # TODO 56 ${CMAKE_SOURCE_DIR}/../Resources/Orthanc/OrthancPluginCppWrapper.cpp
57 ${ORTHANC_CORE_SOURCES} 57 ${ORTHANC_CORE_SOURCES}
58 ) 58 )
59 59
60 set_target_properties(StoneWebViewer PROPERTIES 60 set_target_properties(StoneWebViewer PROPERTIES
61 VERSION ${ORTHANC_PLUGIN_VERSION} 61 VERSION ${ORTHANC_PLUGIN_VERSION}