# Install script for directory: D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image

# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  set(CMAKE_INSTALL_PREFIX "d:/Program Files/VTK")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")

# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  if(BUILD_TYPE)
    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
  else()
    set(CMAKE_INSTALL_CONFIG_NAME "Release")
  endif()
  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()

# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
  if(COMPONENT)
    message(STATUS "Install component: \"${COMPONENT}\"")
    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  else()
    set(CMAKE_INSTALL_COMPONENT)
  endif()
endif()

# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
  set(CMAKE_CROSSCOMPILING "FALSE")
endif()

if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/vtk-9.6/hierarchy/VTK" TYPE FILE RENAME "vtkIOImage-hierarchy.txt" FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/lib/vtk-9.6/hierarchy/VTK/vtkIOImage-hierarchy.txt")
endif()

if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
  if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY OPTIONAL FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/lib/Debug/vtkIOImage-9.6d.lib")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY OPTIONAL FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/lib/Release/vtkIOImage-9.6.lib")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY OPTIONAL FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/lib/MinSizeRel/vtkIOImage-9.6.lib")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY OPTIONAL FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/lib/RelWithDebInfo/vtkIOImage-9.6.lib")
  endif()
endif()

if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
  if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE SHARED_LIBRARY FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/bin/Debug/vtkIOImage-9.6d.dll")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE SHARED_LIBRARY FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/bin/Release/vtkIOImage-9.6.dll")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE SHARED_LIBRARY FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/bin/MinSizeRel/vtkIOImage-9.6.dll")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE SHARED_LIBRARY FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/bin/RelWithDebInfo/vtkIOImage-9.6.dll")
  endif()
endif()

if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  endif()
endif()

if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/vtk-9.6" TYPE FILE FILES
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkBMPReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkBMPWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkDEMReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkDICOMImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkGESignaReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkHDRReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageExport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageImport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageImportExecutive.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2Collection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2Factory.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJPEGReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJPEGWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJSONImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMedicalImageProperties.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMedicalImageReader2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMetaImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMetaImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMRCReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageHeader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNrrdReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkOMETIFFReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNGReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNGWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNMReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNMWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPostScriptWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkSEPReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkSLCReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTGAReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTIFFReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTIFFWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkVolume16Reader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkVolumeReader.h"
      )
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/vtk-9.6" TYPE FILE FILES
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkBMPReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkBMPWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkDEMReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkDICOMImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkGESignaReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkHDRReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageExport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageImport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageImportExecutive.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2Collection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2Factory.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJPEGReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJPEGWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJSONImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMedicalImageProperties.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMedicalImageReader2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMetaImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMetaImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMRCReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageHeader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNrrdReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkOMETIFFReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNGReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNGWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNMReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNMWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPostScriptWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkSEPReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkSLCReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTGAReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTIFFReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTIFFWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkVolume16Reader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkVolumeReader.h"
      )
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/vtk-9.6" TYPE FILE FILES
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkBMPReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkBMPWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkDEMReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkDICOMImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkGESignaReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkHDRReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageExport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageImport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageImportExecutive.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2Collection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2Factory.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJPEGReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJPEGWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJSONImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMedicalImageProperties.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMedicalImageReader2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMetaImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMetaImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMRCReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageHeader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNrrdReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkOMETIFFReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNGReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNGWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNMReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNMWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPostScriptWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkSEPReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkSLCReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTGAReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTIFFReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTIFFWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkVolume16Reader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkVolumeReader.h"
      )
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/vtk-9.6" TYPE FILE FILES
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkBMPReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkBMPWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkDEMReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkDICOMImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkGESignaReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkHDRReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageExport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageImport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageImportExecutive.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2Collection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageReader2Factory.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJPEGReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJPEGWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkJSONImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMedicalImageProperties.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMedicalImageReader2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMetaImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMetaImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkMRCReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageHeader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNIFTIImageWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkNrrdReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkOMETIFFReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNGReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNGWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNMReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPNMWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkPostScriptWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkSEPReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkSLCReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTGAReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTIFFReader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkTIFFWriter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkVolume16Reader.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/IO/Image/vtkVolumeReader.h"
      )
  endif()
endif()

if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
  if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/vtk-9.6" TYPE FILE FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/IO/Image/vtkIOImageModule.h")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/vtk-9.6" TYPE FILE FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/IO/Image/vtkIOImageModule.h")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/vtk-9.6" TYPE FILE FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/IO/Image/vtkIOImageModule.h")
  elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/vtk-9.6" TYPE FILE FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/IO/Image/vtkIOImageModule.h")
  endif()
endif()

