You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
4.6 KiB
CMake

# Install script for directory: F:/hyperlpr3/HyperLPR/build/_deps/mnn-src
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "D:/Program Files (x86)/HyperLPR3-Source")
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 "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/MNN" TYPE FILE FILES
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/MNNDefine.h"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/Interpreter.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/HalideRuntime.h"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/Tensor.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/ErrorCode.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/ImageProcess.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/Matrix.h"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/Rect.h"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/MNNForwardType.h"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/AutoTime.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/MNNSharedContext.h"
)
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/MNN/expr" TYPE FILE FILES
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/Expr.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/ExprCreator.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/MathOp.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/NeuralNetWorkOp.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/Optimizer.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/Executor.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/Module.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/NeuralNetWorkOp.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/ExecutorScope.hpp"
"F:/hyperlpr3/HyperLPR/build/_deps/mnn-src/include/MNN/expr/Scope.hpp"
)
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" 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 FILES "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/Debug/MNN.lib")
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/Release/MNN.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 FILES "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/MinSizeRel/MNN.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 FILES "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/RelWithDebInfo/MNN.lib")
endif()
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/express/cmake_install.cmake")
include("F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/tools/converter/cmake_install.cmake")
include("F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/tools/cv/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "F:/hyperlpr3/HyperLPR/build/_deps/mnn-build/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()