From 35ee8ee8af32946514713d271177df8bb2298eb2 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 30 Mar 2011 14:51:17 +0000 Subject: [PATCH] new one --- vtk/CMakeLists.txt | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index 9d6b4732..15ae62f1 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -29,7 +29,7 @@ IF("${VTK_MAJOR_VERSION}" GREATER 4) vtkGdcmWriter.cxx vtkImageColorViewer.cxx vtkImageMapToWindowLevelColors2.cxx - # vtkGdcm4DSplitter.cxx + vtkGdcm4DSplitter.cxx ) ELSE("${VTK_MAJOR_VERSION}" GREATER 4) SET(VTKGDCM_LIB_SRCS @@ -75,6 +75,24 @@ TARGET_LINK_LIBRARIES(Bmp2Dcm vtkImaging ) +#----------------------------------------------------------------------------- +#ADD_EXECUTABLE(exUnMosaic2 exUnMosaic2.cxx) +#TARGET_LINK_LIBRARIES(exUnMosaic2 +# vtkgdcm + ##vtkRendering +#) + +#ADD_EXECUTABLE(exUnMosaic3 exUnMosaic3.cxx) +#TARGET_LINK_LIBRARIES(exUnMosaic3 +# vtkgdcm +# #vtkRendering +#) + +#ADD_EXECUTABLE(exUnMosaic4 exUnMosaic4.cxx) +#TARGET_LINK_LIBRARIES(exUnMosaic4 +# vtkgdcm +# #vtkRendering +#) #----------------------------------------------------------------------------- SET(vtkgdcmViewer_SOURCES vtkgdcmViewer.cxx @@ -119,6 +137,26 @@ TARGET_LINK_LIBRARIES(vtkgdcmViewer # vtkRendering #) +#----------------------------------------------------------------------------- +SET(test4DSplitter_SOURCES + test4DSplitter.cxx +) + +ADD_EXECUTABLE(test4DSplitter ${GUI_EXECUTABLE} ${test4DSplitter_SOURCES}) +TARGET_LINK_LIBRARIES( test4DSplitter + vtkgdcm +) +#----------------------------------------------------------------------------- +#SET(testEmilie1_SOURCES +# testEmilie1.cxx +#) +# +#ADD_EXECUTABLE(testEmilie1 ${GUI_EXECUTABLE} ${testEmilie1_SOURCES}) +#TARGET_LINK_LIBRARIES( testEmilie1 +# vtkgdcm +#) +#----------------------------------------------------------------------------- + ADD_EXECUTABLE(vtkgdcmViewer2 ${GUI_EXECUTABLE} vtkgdcmViewer2.cxx) TARGET_LINK_LIBRARIES(vtkgdcmViewer2 vtkgdcm -- 2.45.0