comparison Resources/CMake/OrthancStone.cmake @ 16:ff1e935768e7

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 20:06:52 +0100
parents da2cf3ace87a
children 946377d1c992
comparison
equal deleted inserted replaced
15:da2cf3ace87a 16:ff1e935768e7
28 ##################################################################### 28 #####################################################################
29 ## Configure mandatory third-party components 29 ## Configure mandatory third-party components
30 ##################################################################### 30 #####################################################################
31 31
32 SET(ORTHANC_STONE_DIR ${CMAKE_CURRENT_LIST_DIR}/../..) 32 SET(ORTHANC_STONE_DIR ${CMAKE_CURRENT_LIST_DIR}/../..)
33 SET(ORTHANC_ROOT ${ORTHANC_STONE_DIR}/Framework/Orthanc) 33 SET(ORTHANC_ROOT ${ORTHANC_STONE_DIR}/Resources/Orthanc)
34 34
35 include(CheckIncludeFiles) 35 include(CheckIncludeFiles)
36 include(CheckIncludeFileCXX) 36 include(CheckIncludeFileCXX)
37 include(CheckLibraryExists) 37 include(CheckLibraryExists)
38 include(FindPythonInterp) 38 include(FindPythonInterp)