X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FCMakeLists.txt;h=3d21617b41e12733f19c8a053f0866d0985f58fd;hb=be072cc4e9344bae2e0f588632114756d35ba811;hp=a9a19244dae2d22893f1ff9beed786170761cee4;hpb=63f579ada04b47069e977c900e89b433e1aae95b;p=gdcm.git diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index a9a19244..3d21617b 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -5,6 +5,7 @@ # Need gdcm header files INCLUDE_DIRECTORIES( ${GDCM_SOURCE_DIR}/src/ + ${GDCM_BINARY_DIR}/ ) SET(VTKGDCM_LIB_SRCS @@ -47,4 +48,6 @@ TARGET_LINK_LIBRARIES(vtkgdcmViewer ) # Install vtk header -INSTALL_FILES(/include FILES vtkGdcmReader.h) \ No newline at end of file +INSTALL_FILES(/include FILES vtkGdcmReader.h) + +INSTALL_TARGETS(/lib/ vtkgdcm)