X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=e17c4dc3e05363b95faab046f6b7997835b65c0f;hb=a1ec529a24b721fcfb2c5725f95bcc2c9125b28d;hp=5a700ac45c6fd864a319b36491eaf8948b4dd2c8;hpb=a4b0c9702a1d102f07eafa205a62cf46c0c625aa;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 5a700ac..e17c4dc 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -67,7 +67,7 @@ endif(CLITK_MEMORY_INFO) if(CLITK_USE_SYSTEM_GDCM) find_package(GDCM REQUIRED) include(${GDCM_USE_FILE}) - target_link_libraries(clitkCommon vtkgdcm gdcmDICT gdcmMSFF) + target_link_libraries(clitkCommon vtkgdcm gdcmDICT gdcmMSFF gdcmMEXD) endif() #=========================================================