comparison Samples/Sdl/SingleFrameViewer/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 1c2d065ba372
children
comparison
equal deleted inserted replaced
1464:4647636334aa 1465:70b0b1dc1de4
17 SET(ORTHANC_SANDBOXED OFF) 17 SET(ORTHANC_SANDBOXED OFF)
18 18
19 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake) 19 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake)
20 include(${STONE_ROOT}/Resources/CMake/Utilities.cmake) 20 include(${STONE_ROOT}/Resources/CMake/Utilities.cmake)
21 21
22 include_directories(${STONE_ROOT})
23
24 add_definitions( 22 add_definitions(
25 -DORTHANC_ENABLE_LOGGING=1 23 -DORTHANC_ENABLE_LOGGING=1
26 -DORTHANC_ENABLE_LOGGING_PLUGIN=0 24 -DORTHANC_ENABLE_LOGGING_PLUGIN=0
27 -DORTHANC_ENABLE_PUGIXML=0 25 -DORTHANC_ENABLE_PUGIXML=0
28 -DORTHANC_DEFAULT_DICOM_ENCODING=Encoding_Latin1 26 -DORTHANC_DEFAULT_DICOM_ENCODING=Encoding_Latin1
36 SdlSimpleViewerApplication.h 34 SdlSimpleViewerApplication.h
37 SdlSimpleViewer.cpp 35 SdlSimpleViewer.cpp
38 ${ORTHANC_STONE_SOURCES} 36 ${ORTHANC_STONE_SOURCES}
39 ) 37 )
40 38
41
42 target_link_libraries(SdlSimpleViewer ${DCMTK_LIBRARIES}) 39 target_link_libraries(SdlSimpleViewer ${DCMTK_LIBRARIES})
43 40