Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Plugins/Samples/GdcmDecoding/CMakeLists.txt Fri Feb 13 09:51:22 2015 +0100 +++ b/Plugins/Samples/GdcmDecoding/CMakeLists.txt Fri Feb 13 13:28:01 2015 +0100 @@ -27,7 +27,7 @@ endif(GDCM_FOUND) include_directories( - ${ORTHANC_ROOT}/Plugins/OrthancCPlugin/ + ${ORTHANC_ROOT}/Plugins/Include/ ${ORTHANC_ROOT}/OrthancCppClient/SharedLibrary/Laaw )