From: davila Date: Wed, 12 Oct 2011 13:23:36 +0000 (+0000) Subject: no message X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=gdcm.git;a=commitdiff_plain;h=700346d69704999b9cea30f150a5787f50ed278b no message --- diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index c14c477a..a474e3a2 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -139,7 +139,8 @@ SET(test4DSplitter_SOURCES ADD_EXECUTABLE(test4DSplitter ${GUI_EXECUTABLE} ${test4DSplitter_SOURCES}) TARGET_LINK_LIBRARIES( test4DSplitter - ${test4DSplitter_LINK_LIBRARIES} + vtkgdcm + vtkRendering ) #-----------------------------------------------------------------------------