comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 462:d93aff4e602a am-touch-events

fix for include not found in Orthanc
author Alain Mazy <alain@mazy.be>
date Wed, 06 Feb 2019 23:41:42 +0100
parents 3b4df9925db6
children 3c28542229a3
comparison
equal deleted inserted replaced
461:593b8c3c02fb 462:d93aff4e602a
28 set(ENABLE_LOCALE OFF) # Disable support for locales (notably in Boost) 28 set(ENABLE_LOCALE OFF) # Disable support for locales (notably in Boost)
29 endif() 29 endif()
30 30
31 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake) 31 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake)
32 include_directories(${ORTHANC_ROOT}) 32 include_directories(${ORTHANC_ROOT})
33 include_directories(${ORTHANC_ROOT}/Core/Images) # hack for the numerous #include "../Enumerations.h" in Orthanc to work
33 34
34 35
35 ##################################################################### 36 #####################################################################
36 ## Sanity check of the configuration 37 ## Sanity check of the configuration
37 ##################################################################### 38 #####################################################################