comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 212:5412adf19980

resort to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Jun 2018 17:48:47 +0200
parents 886230938339
children f753a7e15a73
comparison
equal deleted inserted replaced
211:64eac89a1de3 212:5412adf19980
20 20
21 ##################################################################### 21 #####################################################################
22 ## Configure the Orthanc Framework 22 ## Configure the Orthanc Framework
23 ##################################################################### 23 #####################################################################
24 24
25 SET(ENABLE_JPEG ON)
26 SET(ENABLE_PNG ON)
27 SET(ENABLE_ZLIB ON)
28
29 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake) 25 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake)
26 include_directories(${ORTHANC_ROOT})
30 27
31 28
32 ##################################################################### 29 #####################################################################
33 ## Sanity check of the configuration 30 ## Sanity check of the configuration
34 ##################################################################### 31 #####################################################################