comparison MySQL/CMakeLists.txt @ 316:1c2cd90418c9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Jul 2021 14:59:36 +0200
parents 11641063ddb2
children be8b0ac774e2
comparison
equal deleted inserted replaced
315:11641063ddb2 316:1c2cd90418c9
73 ${ORTHANC_DATABASES_ROOT}/Framework/Plugins/PluginInitialization.cpp 73 ${ORTHANC_DATABASES_ROOT}/Framework/Plugins/PluginInitialization.cpp
74 Plugins/MySQLIndex.cpp 74 Plugins/MySQLIndex.cpp
75 Plugins/MySQLStorageArea.cpp 75 Plugins/MySQLStorageArea.cpp
76 ) 76 )
77 77
78 set_property(TARGET FrameworkForPlugins 78 set_target_properties(FrameworkForPlugins PROPERTIES
79 PROPERTY POSITION_INDEPENDENT_CODE ON 79 POSITION_INDEPENDENT_CODE ON
80 COMPILE_FLAGS -DORTHANC_ENABLE_LOGGING_PLUGIN=1
80 ) 81 )
81 82
82 add_library(OrthancMySQLIndex SHARED 83 add_library(OrthancMySQLIndex SHARED
83 ${INDEX_RESOURCES} 84 ${INDEX_RESOURCES}
84 Plugins/IndexPlugin.cpp 85 Plugins/IndexPlugin.cpp