# Install script for directory: D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout

# 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 "vtkInfovisLayout-hierarchy.txt" FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/lib/vtk-9.6/hierarchy/VTK/vtkInfovisLayout-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/vtkInfovisLayout-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/vtkInfovisLayout-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/vtkInfovisLayout-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/vtkInfovisLayout-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/vtkInfovisLayout-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/vtkInfovisLayout-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/vtkInfovisLayout-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/vtkInfovisLayout-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/Infovis/Layout/vtkArcParallelEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAreaLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAreaLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAssignCoordinates.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkBoxLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackToPolyData.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCircularLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkClustering2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCommunity2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkConeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkConstrained2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkEdgeLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkEdgeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkFast2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkForceDirectedLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGeoEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGeoMath.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGraphLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGraphLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkIncrementalForceLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkKCoreLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPassThroughEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPassThroughLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPerturbCoincidentVertices.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkRandomLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSimple2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSimple3DCirclesStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSpanTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSplineGraphEdges.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSquarifyLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkStackedTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapToPolyData.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeOrbitLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeRingToPolyData.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/Infovis/Layout/vtkArcParallelEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAreaLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAreaLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAssignCoordinates.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkBoxLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackToPolyData.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCircularLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkClustering2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCommunity2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkConeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkConstrained2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkEdgeLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkEdgeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkFast2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkForceDirectedLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGeoEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGeoMath.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGraphLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGraphLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkIncrementalForceLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkKCoreLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPassThroughEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPassThroughLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPerturbCoincidentVertices.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkRandomLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSimple2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSimple3DCirclesStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSpanTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSplineGraphEdges.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSquarifyLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkStackedTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapToPolyData.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeOrbitLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeRingToPolyData.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/Infovis/Layout/vtkArcParallelEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAreaLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAreaLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAssignCoordinates.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkBoxLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackToPolyData.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCircularLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkClustering2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCommunity2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkConeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkConstrained2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkEdgeLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkEdgeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkFast2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkForceDirectedLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGeoEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGeoMath.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGraphLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGraphLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkIncrementalForceLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkKCoreLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPassThroughEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPassThroughLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPerturbCoincidentVertices.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkRandomLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSimple2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSimple3DCirclesStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSpanTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSplineGraphEdges.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSquarifyLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkStackedTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapToPolyData.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeOrbitLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeRingToPolyData.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/Infovis/Layout/vtkArcParallelEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAreaLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAreaLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAssignCoordinates.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkBoxLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCirclePackToPolyData.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCircularLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkClustering2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCommunity2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkConeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkConstrained2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkEdgeLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkEdgeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkFast2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkForceDirectedLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGeoEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGeoMath.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGraphLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkGraphLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkIncrementalForceLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkKCoreLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPassThroughEdgeStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPassThroughLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkPerturbCoincidentVertices.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkRandomLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSimple2DLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSimple3DCirclesStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSpanTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSplineGraphEdges.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkSquarifyLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkStackedTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapLayout.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeMapToPolyData.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeOrbitLayoutStrategy.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/vtkTreeRingToPolyData.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/Infovis/Layout/vtkInfovisLayoutModule.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/Infovis/Layout/vtkInfovisLayoutModule.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/Infovis/Layout/vtkInfovisLayoutModule.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/Infovis/Layout/vtkInfovisLayoutModule.h")
  endif()
endif()

if(CMAKE_INSTALL_COMPONENT STREQUAL "licenses" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/licenses/VTK/vtkInfovisLayout" TYPE FILE FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Infovis/Layout/LICENSE")
endif()

