From: jpr Date: Tue, 26 Jun 2007 15:41:10 +0000 (+0000) Subject: Update CmakeLists.txt X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=db08881d6b93af8af99bf1b114c72828454c20a3;p=gdcm.git Update CmakeLists.txt --- 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