comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 260:c887eddd48f1 am-2

merge
author am@osimis.io
date Tue, 17 Jul 2018 14:43:42 +0200
parents e5a9b3d03478 86ccff58f344
children c9cf95b49a86
comparison
equal deleted inserted replaced
258:e5a9b3d03478 260:c887eddd48f1
98 ##################################################################### 98 #####################################################################
99 ## Embed the colormaps into the binaries 99 ## Embed the colormaps into the binaries
100 ##################################################################### 100 #####################################################################
101 101
102 EmbedResources( 102 EmbedResources(
103 # Resources coming from the core of Orthanc. They must be copied
104 # here, as HAS_EMBEDDED_RESOURCES is set to ON in
105 # "OrthancStoneParameters.cmake"
106 ${DCMTK_DICTIONARIES}
107
108 # Resources specific to the Stone of Orthanc
103 COLORMAP_HOT ${ORTHANC_STONE_ROOT}/Resources/Colormaps/hot.lut 109 COLORMAP_HOT ${ORTHANC_STONE_ROOT}/Resources/Colormaps/hot.lut
104 COLORMAP_JET ${ORTHANC_STONE_ROOT}/Resources/Colormaps/jet.lut 110 COLORMAP_JET ${ORTHANC_STONE_ROOT}/Resources/Colormaps/jet.lut
105 COLORMAP_RED ${ORTHANC_STONE_ROOT}/Resources/Colormaps/red.lut 111 COLORMAP_RED ${ORTHANC_STONE_ROOT}/Resources/Colormaps/red.lut
106 COLORMAP_GREEN ${ORTHANC_STONE_ROOT}/Resources/Colormaps/green.lut 112 COLORMAP_GREEN ${ORTHANC_STONE_ROOT}/Resources/Colormaps/green.lut
107 COLORMAP_BLUE ${ORTHANC_STONE_ROOT}/Resources/Colormaps/blue.lut 113 COLORMAP_BLUE ${ORTHANC_STONE_ROOT}/Resources/Colormaps/blue.lut
236 ${ORTHANC_ROOT}/Plugins/Samples/Common/FullOrthancDataset.cpp 242 ${ORTHANC_ROOT}/Plugins/Samples/Common/FullOrthancDataset.cpp
237 243
238 ${PLATFORM_SOURCES} 244 ${PLATFORM_SOURCES}
239 ${APPLICATIONS_SOURCES} 245 ${APPLICATIONS_SOURCES}
240 ${ORTHANC_CORE_SOURCES} 246 ${ORTHANC_CORE_SOURCES}
247 ${ORTHANC_DICOM_SOURCES}
241 ${AUTOGENERATED_SOURCES} 248 ${AUTOGENERATED_SOURCES}
242 249
243 # Mandatory components 250 # Mandatory components
244 ${CAIRO_SOURCES} 251 ${CAIRO_SOURCES}
245 ${PIXMAN_SOURCES} 252 ${PIXMAN_SOURCES}