comparison ViewerPlugin/CMakeLists.txt @ 59:7a3853d51c45

Move "Framework/Orthanc/" as "Resources/Orthanc/"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Nov 2016 16:34:34 +0100
parents 9621fd6f17c9
children 147bd6dc28db
comparison
equal deleted inserted replaced
58:35468714a38e 59:7a3853d51c45
28 ##################################################################### 28 #####################################################################
29 ## Configure mandatory third-party components 29 ## Configure mandatory third-party components
30 ##################################################################### 30 #####################################################################
31 31
32 SET(ORTHANC_WSI_DIR ${CMAKE_CURRENT_LIST_DIR}/..) 32 SET(ORTHANC_WSI_DIR ${CMAKE_CURRENT_LIST_DIR}/..)
33 SET(ORTHANC_ROOT ${ORTHANC_WSI_DIR}/Framework/Orthanc) 33 SET(ORTHANC_ROOT ${ORTHANC_WSI_DIR}/Resources/Orthanc)
34 34
35 SET(USE_OPENJPEG_JP2 ON) 35 SET(USE_OPENJPEG_JP2 ON)
36 36
37 include(CheckIncludeFiles) 37 include(CheckIncludeFiles)
38 include(CheckIncludeFileCXX) 38 include(CheckIncludeFileCXX)