# Install script for directory: D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core

# 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 "vtkRenderingCore-hierarchy.txt" FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/lib/vtk-9.6/hierarchy/VTK/vtkRenderingCore-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/vtkRenderingCore-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/vtkRenderingCore-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/vtkRenderingCore-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/vtkRenderingCore-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/vtkRenderingCore-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/vtkRenderingCore-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/vtkRenderingCore-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/vtkRenderingCore-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/Rendering/Core/vtkGPUInfoListArray.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLabeledDatatypeDefinitions.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPythagoreanQuadruples.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRayCastStructures.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderingCoreEnums.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStateStorage.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Rendering/Core/vtkTDxConfigure.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxMotionEventInfo.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractHyperTreeGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractMapper3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractVolumeMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor2DCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActorCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssembly.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAvatar.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkBackgroundColorMonitor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkBillboardTextActor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCameraActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCameraInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellCenterDepthSort.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGraphicsPrimitiveMap.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGridRenderRequest.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkColorTransferFunction.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeCellGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeDataDisplayAttributes.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeDataDisplayAttributesLegacy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositePolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositePolyDataMapperDelegator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCoordinate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCuller.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCullerCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDataSetMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDiscretizableColorTransferFunction.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDistanceToCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFXAAOptions.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFlagpoleLabel.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFollower.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFrameBufferObjectBase.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFrustumCoverageCuller.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGPUInfo.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGPUInfoList.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGenericVertexAttributeMapping.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGlyph3DMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphToGlyphs.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphicsFactory.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwarePicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwareSelector.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwareWindow.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHierarchicalPolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageMapper3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageSlice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageSliceMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorEventRecorder.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorObserver.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLabeledContourMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLight.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightKit.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLogLookupTable.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLookupTableWithEnabling.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapArrayValues.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapper2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapperCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkObserverMediator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPointGaussianMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPolyDataMapper2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3DCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3DFollower.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropAssembly.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProperty2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderPass.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderState.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderTimerLog.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindow.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowInteractor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowInteractor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererDelegate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererSource.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkResizingWindowToImageFilter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkSelectVisiblePoints.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkShaderProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkSkybox.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStereoCompositor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextActor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTexture.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTexturedActor2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTransformCoordinateSystems.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTransformInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTupleInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkUniforms.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkViewDependentErrorMetric.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkViewport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVisibilitySort.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolume.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolumeCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolumeProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWindowLevelLookupTable.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWindowToImageFilter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyNode.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyPath.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyPaths.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAreaPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractPropPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLODProp3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPickingManager.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWorldPointPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPointPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderedAreaPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkScenePicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyle.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyle3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyleSwitchBase.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyle.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyleCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyleSettings.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStringToImage.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextPropertyCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextRenderer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractInteractionDevice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractRenderDevice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWidget.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/Rendering/Core/vtkGPUInfoListArray.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLabeledDatatypeDefinitions.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPythagoreanQuadruples.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRayCastStructures.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderingCoreEnums.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStateStorage.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Rendering/Core/vtkTDxConfigure.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxMotionEventInfo.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractHyperTreeGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractMapper3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractVolumeMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor2DCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActorCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssembly.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAvatar.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkBackgroundColorMonitor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkBillboardTextActor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCameraActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCameraInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellCenterDepthSort.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGraphicsPrimitiveMap.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGridRenderRequest.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkColorTransferFunction.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeCellGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeDataDisplayAttributes.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeDataDisplayAttributesLegacy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositePolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositePolyDataMapperDelegator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCoordinate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCuller.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCullerCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDataSetMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDiscretizableColorTransferFunction.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDistanceToCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFXAAOptions.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFlagpoleLabel.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFollower.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFrameBufferObjectBase.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFrustumCoverageCuller.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGPUInfo.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGPUInfoList.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGenericVertexAttributeMapping.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGlyph3DMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphToGlyphs.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphicsFactory.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwarePicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwareSelector.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwareWindow.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHierarchicalPolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageMapper3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageSlice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageSliceMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorEventRecorder.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorObserver.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLabeledContourMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLight.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightKit.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLogLookupTable.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLookupTableWithEnabling.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapArrayValues.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapper2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapperCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkObserverMediator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPointGaussianMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPolyDataMapper2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3DCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3DFollower.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropAssembly.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProperty2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderPass.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderState.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderTimerLog.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindow.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowInteractor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowInteractor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererDelegate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererSource.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkResizingWindowToImageFilter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkSelectVisiblePoints.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkShaderProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkSkybox.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStereoCompositor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextActor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTexture.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTexturedActor2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTransformCoordinateSystems.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTransformInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTupleInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkUniforms.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkViewDependentErrorMetric.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkViewport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVisibilitySort.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolume.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolumeCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolumeProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWindowLevelLookupTable.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWindowToImageFilter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyNode.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyPath.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyPaths.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAreaPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractPropPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLODProp3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPickingManager.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWorldPointPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPointPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderedAreaPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkScenePicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyle.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyle3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyleSwitchBase.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyle.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyleCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyleSettings.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStringToImage.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextPropertyCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextRenderer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractInteractionDevice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractRenderDevice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWidget.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/Rendering/Core/vtkGPUInfoListArray.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLabeledDatatypeDefinitions.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPythagoreanQuadruples.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRayCastStructures.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderingCoreEnums.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStateStorage.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Rendering/Core/vtkTDxConfigure.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxMotionEventInfo.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractHyperTreeGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractMapper3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractVolumeMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor2DCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActorCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssembly.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAvatar.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkBackgroundColorMonitor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkBillboardTextActor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCameraActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCameraInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellCenterDepthSort.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGraphicsPrimitiveMap.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGridRenderRequest.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkColorTransferFunction.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeCellGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeDataDisplayAttributes.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeDataDisplayAttributesLegacy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositePolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositePolyDataMapperDelegator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCoordinate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCuller.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCullerCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDataSetMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDiscretizableColorTransferFunction.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDistanceToCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFXAAOptions.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFlagpoleLabel.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFollower.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFrameBufferObjectBase.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFrustumCoverageCuller.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGPUInfo.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGPUInfoList.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGenericVertexAttributeMapping.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGlyph3DMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphToGlyphs.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphicsFactory.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwarePicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwareSelector.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwareWindow.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHierarchicalPolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageMapper3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageSlice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageSliceMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorEventRecorder.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorObserver.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLabeledContourMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLight.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightKit.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLogLookupTable.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLookupTableWithEnabling.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapArrayValues.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapper2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapperCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkObserverMediator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPointGaussianMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPolyDataMapper2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3DCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3DFollower.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropAssembly.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProperty2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderPass.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderState.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderTimerLog.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindow.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowInteractor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowInteractor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererDelegate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererSource.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkResizingWindowToImageFilter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkSelectVisiblePoints.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkShaderProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkSkybox.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStereoCompositor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextActor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTexture.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTexturedActor2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTransformCoordinateSystems.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTransformInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTupleInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkUniforms.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkViewDependentErrorMetric.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkViewport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVisibilitySort.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolume.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolumeCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolumeProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWindowLevelLookupTable.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWindowToImageFilter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyNode.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyPath.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyPaths.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAreaPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractPropPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLODProp3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPickingManager.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWorldPointPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPointPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderedAreaPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkScenePicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyle.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyle3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyleSwitchBase.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyle.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyleCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyleSettings.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStringToImage.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextPropertyCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextRenderer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractInteractionDevice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractRenderDevice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWidget.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/Rendering/Core/vtkGPUInfoListArray.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLabeledDatatypeDefinitions.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPythagoreanQuadruples.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRayCastStructures.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderingCoreEnums.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStateStorage.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Rendering/Core/vtkTDxConfigure.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxMotionEventInfo.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractHyperTreeGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractMapper3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractVolumeMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActor2DCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkActorCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssembly.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAvatar.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkBackgroundColorMonitor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkBillboardTextActor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCameraActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCameraInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellCenterDepthSort.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGraphicsPrimitiveMap.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellGridRenderRequest.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkColorTransferFunction.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeCellGridMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeDataDisplayAttributes.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositeDataDisplayAttributesLegacy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositePolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCompositePolyDataMapperDelegator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCoordinate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCuller.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCullerCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDataSetMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDiscretizableColorTransferFunction.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkDistanceToCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFXAAOptions.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFlagpoleLabel.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFollower.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFrameBufferObjectBase.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkFrustumCoverageCuller.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGPUInfo.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGPUInfoList.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGenericVertexAttributeMapping.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGlyph3DMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphToGlyphs.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkGraphicsFactory.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwarePicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwareSelector.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHardwareWindow.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkHierarchicalPolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageMapper3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageSlice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkImageSliceMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorEventRecorder.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorObserver.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLabeledContourMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLight.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLightKit.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLogLookupTable.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLookupTableWithEnabling.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapArrayValues.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapper2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkMapperCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkObserverMediator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPointGaussianMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPolyDataMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPolyDataMapper2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3DCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProp3DFollower.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropAssembly.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkProperty2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderPass.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderState.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderTimerLog.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindow.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowInteractor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWindowInteractor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererDelegate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRendererSource.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkResizingWindowToImageFilter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkSelectVisiblePoints.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkShaderProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkSkybox.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStereoCompositor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextActor.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextActor3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTexture.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTexturedActor2D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTransformCoordinateSystems.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTransformInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTupleInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkUniforms.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkViewDependentErrorMetric.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkViewport.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVisibilitySort.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolume.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolumeCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkVolumeProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWindowLevelLookupTable.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWindowToImageFilter.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyNode.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyPath.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAssemblyPaths.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAreaPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractPropPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkLODProp3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPropPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPickingManager.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkWorldPointPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCellPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkPointPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderedAreaPicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkScenePicker.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyle.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyle3D.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkInteractorStyleSwitchBase.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyle.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyleCamera.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTDxInteractorStyleSettings.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkStringToImage.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextMapper.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextProperty.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextPropertyCollection.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkTextRenderer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractInteractionDevice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkAbstractRenderDevice.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkRenderWidget.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/Rendering/Core/vtkNoise200x200.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCIEDE2000.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Rendering/Core/vtkRenderingCoreModule.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/Rendering/Core/vtkNoise200x200.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCIEDE2000.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Rendering/Core/vtkRenderingCoreModule.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/Rendering/Core/vtkNoise200x200.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCIEDE2000.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Rendering/Core/vtkRenderingCoreModule.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/Rendering/Core/vtkNoise200x200.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/vtkCIEDE2000.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Rendering/Core/vtkRenderingCoreModule.h"
      )
  endif()
endif()

if(CMAKE_INSTALL_COMPONENT STREQUAL "licenses" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/licenses/VTK/vtkRenderingCore" TYPE FILE FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Rendering/Core/LICENSE")
endif()

