Mercurial > hg > orthanc
comparison Plugins/Samples/GdcmDecoding/CMakeLists.txt @ 1322:f497a72d9f71
fixes to the sample plugins
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 13 Feb 2015 13:28:01 +0100 |
parents | e077093bf1a9 |
children | 92da9e1c2daa |
comparison
equal
deleted
inserted
replaced
1321:0f9e0e808e0f | 1322:f497a72d9f71 |
---|---|
25 else(GDCM_FOUND) | 25 else(GDCM_FOUND) |
26 message(FATAL_ERROR "Cannot find GDCM, did you set GDCM_DIR?") | 26 message(FATAL_ERROR "Cannot find GDCM, did you set GDCM_DIR?") |
27 endif(GDCM_FOUND) | 27 endif(GDCM_FOUND) |
28 | 28 |
29 include_directories( | 29 include_directories( |
30 ${ORTHANC_ROOT}/Plugins/OrthancCPlugin/ | 30 ${ORTHANC_ROOT}/Plugins/Include/ |
31 ${ORTHANC_ROOT}/OrthancCppClient/SharedLibrary/Laaw | 31 ${ORTHANC_ROOT}/OrthancCppClient/SharedLibrary/Laaw |
32 ) | 32 ) |
33 | 33 |
34 add_library(GdcmDecoding SHARED | 34 add_library(GdcmDecoding SHARED |
35 Plugin.cpp | 35 Plugin.cpp |