]> Creatis software - gdcm.git/blobdiff - gdcmPython/CMakeLists.txt
* Bugs fix for the Windows build with VC6
[gdcm.git] / gdcmPython / CMakeLists.txt
index c1cb3cafe455dfcdaa0143dc0525cdfcd41589cf..9622d80eb6dfbc670e1142dd5e05e8e195747937 100644 (file)
@@ -152,6 +152,9 @@ ENDIF(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 1.9)
 # VTK Wrapping
 # 
 IF(GDCM_VTK)
+  # Include the VTK library
+  INCLUDE(${VTK_USE_FILE})
+
   INCLUDE_DIRECTORIES(
     ${GDCM_SOURCE_DIR}/vtk
   )