comparison MySQL/CMakeLists.txt @ 425:c1b0f3c4e1f5

sync Orthanc code
author Alain Mazy <am@osimis.io>
date Mon, 13 Nov 2023 20:37:04 +0100
parents afb30d17f090
children 2b797871eff6 f4244c7e2725
comparison
equal deleted inserted replaced
423:7d2ba3ece4ee 425:c1b0f3c4e1f5
128 Plugins/StoragePlugin.cpp 128 Plugins/StoragePlugin.cpp
129 ) 129 )
130 130
131 add_dependencies(FrameworkForPlugins AutogeneratedTarget) 131 add_dependencies(FrameworkForPlugins AutogeneratedTarget)
132 132
133 DefineSourceBasenameForTarget(OrthancMySQLIndex)
134 DefineSourceBasenameForTarget(OrthancMySQLStorage)
135
133 target_link_libraries(OrthancMySQLIndex FrameworkForPlugins) 136 target_link_libraries(OrthancMySQLIndex FrameworkForPlugins)
134 target_link_libraries(OrthancMySQLStorage FrameworkForPlugins) 137 target_link_libraries(OrthancMySQLStorage FrameworkForPlugins)
135 138
136 message("Setting the version of the libraries to ${ORTHANC_PLUGIN_VERSION}") 139 message("Setting the version of the libraries to ${ORTHANC_PLUGIN_VERSION}")
137 140