comparison MySQL/CMakeLists.txt @ 442:11cbf4343b5f

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Dec 2023 22:21:48 +0100
parents 2b797871eff6
children ecd0b719cff5
comparison
equal deleted inserted replaced
441:2b797871eff6 442:11cbf4343b5f
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
136 target_link_libraries(OrthancMySQLIndex FrameworkForPlugins) 133 target_link_libraries(OrthancMySQLIndex FrameworkForPlugins)
137 target_link_libraries(OrthancMySQLStorage FrameworkForPlugins) 134 target_link_libraries(OrthancMySQLStorage FrameworkForPlugins)
138 135
139 message("Setting the version of the libraries to ${ORTHANC_PLUGIN_VERSION}") 136 message("Setting the version of the libraries to ${ORTHANC_PLUGIN_VERSION}")
140 137