]> Creatis software - clitk.git/commitdiff
Add GDCM lib
authorDavid Sarrut <david.sarrut@gmail.com>
Fri, 3 Feb 2012 06:57:12 +0000 (07:57 +0100)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Tue, 4 Jun 2013 06:34:01 +0000 (08:34 +0200)
vv/CMakeLists.txt

index bafa32c62cb44f6a959dad2cb0e7a1df592694be..19511db659764f71797884a3cf25488169b21a09 100644 (file)
@@ -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)