comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 256:86ccff58f344

fix build if dcmtk is enabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Jul 2018 16:49:59 +0200
parents 07792a582de9
children c887eddd48f1
comparison
equal deleted inserted replaced
220:4f0f8026700c 256:86ccff58f344
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
210 ${ORTHANC_ROOT}/Plugins/Samples/Common/FullOrthancDataset.cpp 216 ${ORTHANC_ROOT}/Plugins/Samples/Common/FullOrthancDataset.cpp
211 217
212 ${PLATFORM_SOURCES} 218 ${PLATFORM_SOURCES}
213 ${APPLICATIONS_SOURCES} 219 ${APPLICATIONS_SOURCES}
214 ${ORTHANC_CORE_SOURCES} 220 ${ORTHANC_CORE_SOURCES}
221 ${ORTHANC_DICOM_SOURCES}
215 ${AUTOGENERATED_SOURCES} 222 ${AUTOGENERATED_SOURCES}
216 223
217 # Mandatory components 224 # Mandatory components
218 ${CAIRO_SOURCES} 225 ${CAIRO_SOURCES}
219 ${PIXMAN_SOURCES} 226 ${PIXMAN_SOURCES}