comparison OrthancServer/Plugins/Samples/StorageCommitmentScp/CMakeLists.txt @ 5572:f0dc99bc811c

removed circular dependency of OrthancPluginsCppWrapper with Orthanc::Logging
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2024 15:50:01 +0200
parents 48b8dae6dc77
children f7adfb22e20e
comparison
equal deleted inserted replaced
5571:addccb1590d2 5572:f0dc99bc811c
38 ../Common/OrthancPluginCppWrapper.cpp 38 ../Common/OrthancPluginCppWrapper.cpp
39 ${JSONCPP_SOURCES} 39 ${JSONCPP_SOURCES}
40 ${BOOST_SOURCES} 40 ${BOOST_SOURCES}
41 ) 41 )
42 42
43 DefineSourceBasenameForTarget(StorageCommitmentScp)
44
43 message("Setting the version of the plugin to ${PLUGIN_VERSION}") 45 message("Setting the version of the plugin to ${PLUGIN_VERSION}")
44 add_definitions( 46 add_definitions(
45 -DPLUGIN_VERSION="${PLUGIN_VERSION}" 47 -DPLUGIN_VERSION="${PLUGIN_VERSION}"
46 ) 48 )
47 49