X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Dicts%2FCMakeLists.txt;h=797156774ba64d5c4dbafffb38f101f57b6ac23e;hb=1da135b970b886808d3eb3868c49d0bd02fc486f;hp=d89e386b5ae2741409ef9a4b0c916bad395c72a8;hpb=7b90a94638699fec1143d1928f6a6b6f3c769d54;p=gdcm.git diff --git a/Dicts/CMakeLists.txt b/Dicts/CMakeLists.txt index d89e386b..79715677 100644 --- a/Dicts/CMakeLists.txt +++ b/Dicts/CMakeLists.txt @@ -1,3 +1,6 @@ +#----------------------------------------------------------------------------- +# DICOM dictionary stuff + #SET(dictsdir # ${GDCM_SOURCE_DIR}/gdcm #) @@ -11,6 +14,10 @@ # dicomV3.dic #) -#IF(UNIX) - INSTALL_FILES(${GDCM_DATA_DIR} FILES dicomV3.dic README) -#ENDIF(UNIX) \ No newline at end of file +# For now INSTALL doesn't work on Win32 +INSTALL_FILES(${GDCM_DATA_DIR} FILES + dicomV3.dic + dicomVR.dic + dicomTS.dic + DicomDir.dic + README)