comparison Samples/Sdl/RtViewer/CMakeLists.txt @ 1465:70b0b1dc1de4

removed useless include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jun 2020 10:13:02 +0200
parents e4fe346c021e
children 28c64c246312
comparison
equal deleted inserted replaced
1464:4647636334aa 1465:70b0b1dc1de4
27 ) 27 )
28 28
29 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake) 29 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake)
30 include(${STONE_ROOT}/Resources/CMake/Utilities.cmake) 30 include(${STONE_ROOT}/Resources/CMake/Utilities.cmake)
31 31
32 include_directories(${STONE_ROOT})
33 include_directories(../../Common)
34
35 add_definitions( 32 add_definitions(
36 -DORTHANC_ENABLE_LOGGING=1 33 -DORTHANC_ENABLE_LOGGING=1
37 -DORTHANC_ENABLE_LOGGING_PLUGIN=0 34 -DORTHANC_ENABLE_LOGGING_PLUGIN=0
38 -DORTHANC_ENABLE_PUGIXML=0 35 -DORTHANC_ENABLE_PUGIXML=0
39 -DORTHANC_DEFAULT_DICOM_ENCODING=Encoding_Latin1 36 -DORTHANC_DEFAULT_DICOM_ENCODING=Encoding_Latin1
51 ../../Common/SampleHelpers.h 48 ../../Common/SampleHelpers.h
52 ${ORTHANC_STONE_SOURCES} 49 ${ORTHANC_STONE_SOURCES}
53 ) 50 )
54 51
55 target_link_libraries(RtViewerSdl ${DCMTK_LIBRARIES}) 52 target_link_libraries(RtViewerSdl ${DCMTK_LIBRARIES})
56