From: David Sarrut Date: Fri, 3 Feb 2012 06:57:12 +0000 (+0100) Subject: Add GDCM lib X-Git-Tag: v1.4.0~229^2~9 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9850d1cd9cbe91c5e2b5e4fcf217d30cfcecc621;p=clitk.git Add GDCM lib --- diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index bafa32c..19511db 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -232,7 +232,7 @@ ELSE(WIN32) ADD_EXECUTABLE(vv vv.cxx) ENDIF(WIN32) -TARGET_LINK_LIBRARIES(vv vvLib) +TARGET_LINK_LIBRARIES(vv vvLib ${CLITK_GDCM_LIBRARIES}) #========================================================= # Install options (also used by CPack)