comparison Samples/Sdl/CMakeLists.txt @ 1457:15173a383a00

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 21:12:02 +0200
parents 1e132fe7090e
children b17d03599726
comparison
equal deleted inserted replaced
1456:86f89ab3563e 1457:15173a383a00
32 32
33 list(APPEND ORTHANC_BOOST_COMPONENTS program_options) 33 list(APPEND ORTHANC_BOOST_COMPONENTS program_options)
34 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake) 34 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake)
35 include(${STONE_ROOT}/Resources/CMake/BoostExtendedConfiguration.cmake) 35 include(${STONE_ROOT}/Resources/CMake/BoostExtendedConfiguration.cmake)
36 include(${STONE_ROOT}/Resources/CMake/Utilities.cmake) 36 include(${STONE_ROOT}/Resources/CMake/Utilities.cmake)
37
38 include_directories(${STONE_ROOT})
39 include_directories(../Common)
40 37
41 add_definitions( 38 add_definitions(
42 -DORTHANC_ENABLE_LOGGING=1 39 -DORTHANC_ENABLE_LOGGING=1
43 -DORTHANC_ENABLE_LOGGING_PLUGIN=0 40 -DORTHANC_ENABLE_LOGGING_PLUGIN=0
44 -DORTHANC_ENABLE_PUGIXML=0 41 -DORTHANC_ENABLE_PUGIXML=0