From 9850d1cd9cbe91c5e2b5e4fcf217d30cfcecc621 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Fri, 3 Feb 2012 07:57:12 +0100 Subject: [PATCH] Add GDCM lib --- vv/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.1