changeset 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 7cdb4634846c
children efdf45c5aeb0
files Resources/CMake/OrthancStoneConfiguration.cmake
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/CMake/OrthancStoneConfiguration.cmake	Tue Feb 26 21:15:20 2019 +0100
+++ b/Resources/CMake/OrthancStoneConfiguration.cmake	Thu Mar 07 11:32:39 2019 +0100
@@ -138,10 +138,12 @@
   COLORMAP_RED    ${ORTHANC_STONE_ROOT}/Resources/Colormaps/red.lut
   COLORMAP_GREEN  ${ORTHANC_STONE_ROOT}/Resources/Colormaps/green.lut
   COLORMAP_BLUE   ${ORTHANC_STONE_ROOT}/Resources/Colormaps/blue.lut
+
+  # Additional resources specific to the application being built
+  ${ORTHANC_STONE_APPLICATION_RESOURCES}
   )
 
 
-
 #####################################################################
 ## System-specific patches
 #####################################################################