comparison CMakeLists.txt @ 20:17f775299b4a

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:52:24 +0200
parents b06103a50c95
children ebf978ab064d
comparison
equal deleted inserted replaced
19:b06103a50c95 20:17f775299b4a
53 set(ENABLE_MODULE_JOBS OFF) 53 set(ENABLE_MODULE_JOBS OFF)
54 set(ENABLE_MODULE_DICOM OFF) 54 set(ENABLE_MODULE_DICOM OFF)
55 set(ENABLE_ZLIB ON) 55 set(ENABLE_ZLIB ON)
56 56
57 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake) 57 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake)
58 include_directories(${ORTHANC_ROOT}) 58 include_directories(
59 ${ORTHANC_ROOT}/Core
60 ${ORTHANC_ROOT}/Plugins/Samples/Common
61 )
59 62
60 63
61 # Possibly patch the Orthanc framework 64 # Possibly patch the Orthanc framework
62 if (DEFINED ORTHANC_FRAMEWORK_PATCH AND 65 if (DEFINED ORTHANC_FRAMEWORK_PATCH AND
63 NOT EXISTS "${ORTHANC_ROOT}/patched") 66 NOT EXISTS "${ORTHANC_ROOT}/patched")