diff 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
line wrap: on
line diff
--- a/Resources/CMake/OrthancStoneConfiguration.cmake	Fri Jun 08 16:18:45 2018 +0200
+++ b/Resources/CMake/OrthancStoneConfiguration.cmake	Wed Jul 04 16:49:59 2018 +0200
@@ -100,6 +100,12 @@
 #####################################################################
 
 EmbedResources(
+  # Resources coming from the core of Orthanc. They must be copied
+  # here, as HAS_EMBEDDED_RESOURCES is set to ON in
+  # "OrthancStoneParameters.cmake"
+  ${DCMTK_DICTIONARIES}
+
+  # Resources specific to the Stone of Orthanc
   COLORMAP_HOT    ${ORTHANC_STONE_ROOT}/Resources/Colormaps/hot.lut
   COLORMAP_JET    ${ORTHANC_STONE_ROOT}/Resources/Colormaps/jet.lut
   COLORMAP_RED    ${ORTHANC_STONE_ROOT}/Resources/Colormaps/red.lut
@@ -212,6 +218,7 @@
   ${PLATFORM_SOURCES}
   ${APPLICATIONS_SOURCES}
   ${ORTHANC_CORE_SOURCES}
+  ${ORTHANC_DICOM_SOURCES}
   ${AUTOGENERATED_SOURCES}
 
   # Mandatory components