comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 1504:d8af188ab545

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 20:35:16 +0200
parents e5729dab3f67
children b7210c688ca7
comparison
equal deleted inserted replaced
1503:553084468225 1504:d8af188ab545
28 if (NOT DEFINED ENABLE_LOCALE) 28 if (NOT DEFINED ENABLE_LOCALE)
29 set(ENABLE_LOCALE OFF) # Disable support for locales (notably in Boost) 29 set(ENABLE_LOCALE OFF) # Disable support for locales (notably in Boost)
30 endif() 30 endif()
31 endif() 31 endif()
32 32
33 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake) 33 include(${ORTHANC_FRAMEWORK_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake)
34 include_directories( 34 include_directories(
35 ${ORTHANC_ROOT}/Core 35 ${ORTHANC_FRAMEWORK_ROOT}/Sources/
36 ${ORTHANC_ROOT}/Plugins/Samples/Common
37 ) 36 )
38 37
39 38
40 ##################################################################### 39 #####################################################################
41 ## Sanity check of the configuration 40 ## Sanity check of the configuration
102 ## Configure optional third-party components 101 ## Configure optional third-party components
103 ##################################################################### 102 #####################################################################
104 103
105 if (NOT ORTHANC_SANDBOXED) 104 if (NOT ORTHANC_SANDBOXED)
106 list(APPEND ORTHANC_STONE_SOURCES 105 list(APPEND ORTHANC_STONE_SOURCES
107 ${ORTHANC_ROOT}/Plugins/Samples/Common/OrthancHttpConnection.cpp 106 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/OrthancDatasets/OrthancHttpConnection.cpp
108 ) 107 )
109 endif() 108 endif()
110 109
111 110
112 if(ENABLE_SDL) 111 if(ENABLE_SDL)
270 ) 269 )
271 endif() 270 endif()
272 271
273 272
274 list(APPEND ORTHANC_STONE_SOURCES 273 list(APPEND ORTHANC_STONE_SOURCES
275 274 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/OrthancDatasets/DicomDatasetReader.cpp
276 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomDatasetReader.cpp 275 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/OrthancDatasets/DicomPath.cpp
277 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomPath.cpp 276 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/OrthancDatasets/FullOrthancDataset.cpp
278 ${ORTHANC_ROOT}/Plugins/Samples/Common/DicomTag.cpp 277 ${ORTHANC_STONE_ROOT}/Framework/Toolbox/OrthancDatasets/IOrthancConnection.cpp
279 ${ORTHANC_ROOT}/Plugins/Samples/Common/FullOrthancDataset.cpp
280 ${ORTHANC_ROOT}/Plugins/Samples/Common/IOrthancConnection.cpp
281 278
282 ${ORTHANC_STONE_ROOT}/Framework/Fonts/FontRenderer.cpp 279 ${ORTHANC_STONE_ROOT}/Framework/Fonts/FontRenderer.cpp
283 ${ORTHANC_STONE_ROOT}/Framework/Fonts/Glyph.cpp 280 ${ORTHANC_STONE_ROOT}/Framework/Fonts/Glyph.cpp
284 ${ORTHANC_STONE_ROOT}/Framework/Fonts/GlyphAlphabet.cpp 281 ${ORTHANC_STONE_ROOT}/Framework/Fonts/GlyphAlphabet.cpp
285 ${ORTHANC_STONE_ROOT}/Framework/Fonts/GlyphBitmapAlphabet.cpp 282 ${ORTHANC_STONE_ROOT}/Framework/Fonts/GlyphBitmapAlphabet.cpp