X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FCMakeLists.txt;h=6b2fa6b57ac78452de006db2d321a1f07a1f9a91;hb=b4d79f9d9d311a9c8c582475d86b65384f94dfee;hp=3d21617b41e12733f19c8a053f0866d0985f58fd;hpb=b7518dc8f2304a666cafac4b1b18ac7d81983555;p=gdcm.git diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index 3d21617b..6b2fa6b5 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -23,10 +23,8 @@ TARGET_LINK_LIBRARIES(vtkgdcm ) #----------------------------------------------------------------------------- -# See with frog why m4 didn't link to lib, and include cxx file instead ? SET(vtkgdcmdemo_SOURCES - testvtkGdcmReader.cxx -# vtkGdcmReader.cxx + vtkGdcmDemo.cxx ) ADD_EXECUTABLE(vtkgdcmdemo ${vtkgdcmdemo_SOURCES}) TARGET_LINK_LIBRARIES(vtkgdcmdemo @@ -36,10 +34,8 @@ TARGET_LINK_LIBRARIES(vtkgdcmdemo ) #----------------------------------------------------------------------------- -# See with frog why m4 didn't link to lib, and include cxx file instead ? SET(vtkgdcmViewer_SOURCES vtkgdcmViewer.cxx - #vtkGdcmReader.cxx ) ADD_EXECUTABLE(vtkgdcmViewer ${vtkgdcmViewer_SOURCES}) TARGET_LINK_LIBRARIES(vtkgdcmViewer