# Install script for directory: D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math

# 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 "vtkCommonMath-hierarchy.txt" FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/lib/vtk-9.6/hierarchy/VTK/vtkCommonMath-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/vtkCommonMath-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/vtkCommonMath-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/vtkCommonMath-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/vtkCommonMath-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/vtkCommonMath-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/vtkCommonMath-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/vtkCommonMath-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/vtkCommonMath-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])$")
    file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/vtk-9.6" TYPE FILE FILES
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkFFT.txx"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternion.txx"
      )
  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/Common/Math/vtkFFT.txx"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternion.txx"
      )
  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/Common/Math/vtkFFT.txx"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternion.txx"
      )
  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/Common/Math/vtkFFT.txx"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternion.txx"
      )
  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/Common/Math/vtkTuple.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkAmoebaMinimizer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkFFT.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkFunctionSet.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkInitialValueProblemSolver.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkMatrix3x3.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkMatrix4x4.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkPolynomialSolversUnivariate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternionInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta4.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta45.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternion.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/Common/Math/vtkTuple.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkAmoebaMinimizer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkFFT.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkFunctionSet.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkInitialValueProblemSolver.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkMatrix3x3.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkMatrix4x4.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkPolynomialSolversUnivariate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternionInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta4.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta45.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternion.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/Common/Math/vtkTuple.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkAmoebaMinimizer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkFFT.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkFunctionSet.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkInitialValueProblemSolver.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkMatrix3x3.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkMatrix4x4.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkPolynomialSolversUnivariate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternionInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta4.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta45.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternion.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/Common/Math/vtkTuple.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkAmoebaMinimizer.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkFFT.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkFunctionSet.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkInitialValueProblemSolver.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkMatrix3x3.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkMatrix4x4.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkPolynomialSolversUnivariate.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternionInterpolator.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta2.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta4.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkRungeKutta45.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/vtkQuaternion.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/Common/Math/vtkReservoirSampler.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Common/Math/vtkCommonMathModule.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/Common/Math/vtkReservoirSampler.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Common/Math/vtkCommonMathModule.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/Common/Math/vtkReservoirSampler.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Common/Math/vtkCommonMathModule.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/Common/Math/vtkReservoirSampler.h"
      "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Build/Common/Math/vtkCommonMathModule.h"
      )
  endif()
endif()

if(CMAKE_INSTALL_COMPONENT STREQUAL "licenses" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/licenses/VTK/vtkCommonMath" TYPE FILE FILES "D:/AUTOMFL/WuWei/VTK/VTK-9.6.2/Common/Math/LICENSE")
endif()

