X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FCMakeLists.txt;fp=vtk%2FCMakeLists.txt;h=a474e3a27a2acc2d226f75ca93cc47e6e49b02fd;hb=700346d69704999b9cea30f150a5787f50ed278b;hp=c14c477a825485a2cd5a6ecfb95c218fa301745f;hpb=2673dbcd90abfb5745221094d97045e54c9b12b4;p=gdcm.git 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 ) #-----------------------------------------------------------------------------