comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 511:2f17b3659781

ORTHANC_STONE_APPLICATION_RESOURCES in CMake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Mar 2019 11:32:39 +0100
parents ee41b6a017d7
children efdf45c5aeb0
comparison
equal deleted inserted replaced
504:7cdb4634846c 511:2f17b3659781
136 COLORMAP_HOT ${ORTHANC_STONE_ROOT}/Resources/Colormaps/hot.lut 136 COLORMAP_HOT ${ORTHANC_STONE_ROOT}/Resources/Colormaps/hot.lut
137 COLORMAP_JET ${ORTHANC_STONE_ROOT}/Resources/Colormaps/jet.lut 137 COLORMAP_JET ${ORTHANC_STONE_ROOT}/Resources/Colormaps/jet.lut
138 COLORMAP_RED ${ORTHANC_STONE_ROOT}/Resources/Colormaps/red.lut 138 COLORMAP_RED ${ORTHANC_STONE_ROOT}/Resources/Colormaps/red.lut
139 COLORMAP_GREEN ${ORTHANC_STONE_ROOT}/Resources/Colormaps/green.lut 139 COLORMAP_GREEN ${ORTHANC_STONE_ROOT}/Resources/Colormaps/green.lut
140 COLORMAP_BLUE ${ORTHANC_STONE_ROOT}/Resources/Colormaps/blue.lut 140 COLORMAP_BLUE ${ORTHANC_STONE_ROOT}/Resources/Colormaps/blue.lut
141
142 # Additional resources specific to the application being built
143 ${ORTHANC_STONE_APPLICATION_RESOURCES}
141 ) 144 )
142
143 145
144 146
145 ##################################################################### 147 #####################################################################
146 ## System-specific patches 148 ## System-specific patches
147 ##################################################################### 149 #####################################################################