]> Creatis software - gdcm.git/blobdiff - vtk/CMakeLists.txt
* Added documentation of vtkgdcmReader on Website:
[gdcm.git] / vtk / CMakeLists.txt
index 3d21617b41e12733f19c8a053f0866d0985f58fd..6b2fa6b57ac78452de006db2d321a1f07a1f9a91 100644 (file)
@@ -23,10 +23,8 @@ TARGET_LINK_LIBRARIES(vtkgdcm
 )\r
 \r
 #-----------------------------------------------------------------------------\r
-# See with frog why m4 didn't link to lib, and include cxx file instead ?\r
 SET(vtkgdcmdemo_SOURCES\r
-  testvtkGdcmReader.cxx\r
-#  vtkGdcmReader.cxx\r
+  vtkGdcmDemo.cxx\r
 )\r
 ADD_EXECUTABLE(vtkgdcmdemo ${vtkgdcmdemo_SOURCES})\r
 TARGET_LINK_LIBRARIES(vtkgdcmdemo \r
@@ -36,10 +34,8 @@ TARGET_LINK_LIBRARIES(vtkgdcmdemo
 )\r
 \r
 #-----------------------------------------------------------------------------\r
-# See with frog why m4 didn't link to lib, and include cxx file instead ?\r
 SET(vtkgdcmViewer_SOURCES\r
   vtkgdcmViewer.cxx\r
-  #vtkGdcmReader.cxx \r
 )\r
 ADD_EXECUTABLE(vtkgdcmViewer ${vtkgdcmViewer_SOURCES})\r
 TARGET_LINK_LIBRARIES(vtkgdcmViewer \r