# HG changeset patch # User Sebastien Jodogne # Date 1551954759 -3600 # Node ID 2f17b365978199ba3e34d7d650795f843f8ccb6e # Parent 7cdb4634846cc1536222678c6601abd176023e33 ORTHANC_STONE_APPLICATION_RESOURCES in CMake diff -r 7cdb4634846c -r 2f17b3659781 Resources/CMake/OrthancStoneConfiguration.cmake --- 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 #####################################################################