comparison PostgreSQL/CMakeLists.txt @ 316:1c2cd90418c9

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