comparison Plugins/Samples/ModalityWorklists/CMakeLists.txt @ 2205:395522e46b2b

refactoring of the worklist sample using OrthancPluginCppWrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Dec 2016 16:16:25 +0100
parents 9c2ffc4e938b
children
comparison
equal deleted inserted replaced
2204:0158f2de8cad 2205:395522e46b2b
14 include(${ORTHANC_ROOT}/Resources/CMake/JsonCppConfiguration.cmake) 14 include(${ORTHANC_ROOT}/Resources/CMake/JsonCppConfiguration.cmake)
15 include(${ORTHANC_ROOT}/Resources/CMake/BoostConfiguration.cmake) 15 include(${ORTHANC_ROOT}/Resources/CMake/BoostConfiguration.cmake)
16 16
17 add_library(ModalityWorklists SHARED 17 add_library(ModalityWorklists SHARED
18 Plugin.cpp 18 Plugin.cpp
19 ../Common/OrthancPluginCppWrapper.cpp
19 ${JSONCPP_SOURCES} 20 ${JSONCPP_SOURCES}
20 ${BOOST_SOURCES} 21 ${BOOST_SOURCES}
21 ) 22 )
22 23
23 message("Setting the version of the plugin to ${MODALITY_WORKLISTS_VERSION}") 24 message("Setting the version of the plugin to ${MODALITY_WORKLISTS_VERSION}")