comparison CMakeLists.txt @ 69:7cd9be8b8594

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Dec 2023 22:22:10 +0100
parents 43f3d9f1985d
children 0a18367a3358
comparison
equal deleted inserted replaced
68:43f3d9f1985d 69:7cd9be8b8594
153 ${PLUGIN_RESOURCES} 153 ${PLUGIN_RESOURCES}
154 ${ORTHANC_CORE_SOURCES} 154 ${ORTHANC_CORE_SOURCES}
155 ${AUTOGENERATED_SOURCES} 155 ${AUTOGENERATED_SOURCES}
156 ) 156 )
157 157
158 DefineSourceBasenameForTarget(OrthancTransfers)
159
160 message("Setting the version of the library to ${ORTHANC_PLUGIN_VERSION}") 158 message("Setting the version of the library to ${ORTHANC_PLUGIN_VERSION}")
161 159
162 add_definitions( 160 add_definitions(
163 -DORTHANC_PLUGIN_VERSION="${ORTHANC_PLUGIN_VERSION}" 161 -DORTHANC_PLUGIN_VERSION="${ORTHANC_PLUGIN_VERSION}"
164 -DHAS_ORTHANC_EXCEPTION=1 162 -DHAS_ORTHANC_EXCEPTION=1