From db08881d6b93af8af99bf1b114c72828454c20a3 Mon Sep 17 00:00:00 2001 From: jpr Date: Tue, 26 Jun 2007 15:41:10 +0000 Subject: [PATCH] Update CmakeLists.txt --- vtk/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index e5ee62fa..c62e39b5 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -39,6 +39,17 @@ TARGET_LINK_LIBRARIES(vtkgdcmdemo vtkRendering ) +#----------------------------------------------------------------------------- +SET(Bmp2Dcm_SOURCES + Bmp2Dcm.cxx +) +ADD_EXECUTABLE(Bmp2Dcm ${Bmp2Dcm_SOURCES}) +TARGET_LINK_LIBRARIES(Bmp2Dcm + vtkgdcm + vtkImaging + +) + #----------------------------------------------------------------------------- SET(vtkgdcmViewer_SOURCES vtkgdcmViewer.cxx -- 2.45.1