comparison Resources/CMake/DatabasesPluginConfiguration.cmake @ 155:23cf7def8e44

use of OrthancPluginsExports.cmake, avoid race conditions with EmbedResources.py
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 12:04:00 +0200
parents 99d13f5b576a
children 710537acb488
comparison
equal deleted inserted replaced
154:99d13f5b576a 155:23cf7def8e44
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 19
20 20
21 include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesFrameworkConfiguration.cmake) 21 include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesFrameworkConfiguration.cmake)
22 include(${ORTHANC_FRAMEWORK_ROOT}/Resources/CMake/AutoGeneratedCode.cmake) 22 include(${CMAKE_SOURCE_DIR}/../Resources/Orthanc/CMake/AutoGeneratedCode.cmake)
23 include(${CMAKE_SOURCE_DIR}/../Resources/Orthanc/Plugins/OrthancPluginsExports.cmake)
23 24
24 25
25 include_directories(${ORTHANC_FRAMEWORK_ROOT}/Sources) 26 include_directories(${ORTHANC_FRAMEWORK_ROOT}/Sources)
26 27
27 if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK) 28 if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK)