comparison Resources/CMake/OrthancStoneParameters.cmake @ 1508:dd1d1cc0575d

use of OrthancPluginsExports.cmake, link against system-wide orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 08:15:08 +0200
parents d8af188ab545
children b7210c688ca7
comparison
equal deleted inserted replaced
1507:169adf9090a6 1508:dd1d1cc0575d
20 20
21 ##################################################################### 21 #####################################################################
22 ## Import the parameters of the Orthanc Framework 22 ## Import the parameters of the Orthanc Framework
23 ##################################################################### 23 #####################################################################
24 24
25 include(${CMAKE_CURRENT_LIST_DIR}/../../Resources/Orthanc/DownloadOrthancFramework.cmake) 25 include(${CMAKE_CURRENT_LIST_DIR}/../Orthanc/CMake/DownloadOrthancFramework.cmake)
26 include(${ORTHANC_FRAMEWORK_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake) 26 include(${ORTHANC_FRAMEWORK_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake)
27 27
28 set(ENABLE_DCMTK OFF) 28 set(ENABLE_DCMTK OFF)
29 set(ENABLE_GOOGLE_TEST ON) 29 set(ENABLE_GOOGLE_TEST ON)
30 set(ENABLE_JPEG ON) 30 set(ENABLE_JPEG ON)