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

119 lines
7.8 KiB

# Install script for directory: /home/algo/Documents/openMVS/openMVS/libs/Common
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
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 "RelWithDebInfo")
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()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/usr/local/lib/OpenMVS/libCommon.a")
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
endif()
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
endif()
file(INSTALL DESTINATION "/usr/local/lib/OpenMVS" TYPE STATIC_LIBRARY FILES "/home/algo/Documents/openMVS/openMVS_build/lib/libCommon.a")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
"/usr/local/include/OpenMVS/Common/AABB.h;/usr/local/include/OpenMVS/Common/AABB.inl;/usr/local/include/OpenMVS/Common/AutoEstimator.h;/usr/local/include/OpenMVS/Common/AutoPtr.h;/usr/local/include/OpenMVS/Common/Common.h;/usr/local/include/OpenMVS/Common/Config.h;/usr/local/include/OpenMVS/Common/ConfigTable.h;/usr/local/include/OpenMVS/Common/CriticalSection.h;/usr/local/include/OpenMVS/Common/EventQueue.h;/usr/local/include/OpenMVS/Common/FastDelegate.h;/usr/local/include/OpenMVS/Common/FastDelegateBind.h;/usr/local/include/OpenMVS/Common/FastDelegateCPP11.h;/usr/local/include/OpenMVS/Common/File.h;/usr/local/include/OpenMVS/Common/Filters.h;/usr/local/include/OpenMVS/Common/HTMLDoc.h;/usr/local/include/OpenMVS/Common/HalfFloat.h;/usr/local/include/OpenMVS/Common/Hash.h;/usr/local/include/OpenMVS/Common/Line.h;/usr/local/include/OpenMVS/Common/Line.inl;/usr/local/include/OpenMVS/Common/LinkLib.h;/usr/local/include/OpenMVS/Common/List.h;/usr/local/include/OpenMVS/Common/Log.h;/usr/local/include/OpenMVS/Common/MemFile.h;/usr/local/include/OpenMVS/Common/OBB.h;/usr/local/include/OpenMVS/Common/OBB.inl;/usr/local/include/OpenMVS/Common/Octree.h;/usr/local/include/OpenMVS/Common/Octree.inl;/usr/local/include/OpenMVS/Common/Plane.h;/usr/local/include/OpenMVS/Common/Plane.inl;/usr/local/include/OpenMVS/Common/Queue.h;/usr/local/include/OpenMVS/Common/Random.h;/usr/local/include/OpenMVS/Common/Ray.h;/usr/local/include/OpenMVS/Common/Ray.inl;/usr/local/include/OpenMVS/Common/Rotation.h;/usr/local/include/OpenMVS/Common/Rotation.inl;/usr/local/include/OpenMVS/Common/SML.h;/usr/local/include/OpenMVS/Common/Sampler.inl;/usr/local/include/OpenMVS/Common/Semaphore.h;/usr/local/include/OpenMVS/Common/SharedPtr.h;/usr/local/include/OpenMVS/Common/Sphere.h;/usr/local/include/OpenMVS/Common/Sphere.inl;/usr/local/include/OpenMVS/Common/Streams.h;/usr/local/include/OpenMVS/Common/Strings.h;/usr/local/include/OpenMVS/Common/Thread.h;/usr/local/include/OpenMVS/Common/Timer.h;/usr/local/include/OpenMVS/Common/Types.h;/usr/local/include/OpenMVS/Common/Types.inl;/usr/local/include/OpenMVS/Common/Util.h;/usr/local/include/OpenMVS/Common/Util.inl;/usr/local/include/OpenMVS/Common/UtilCUDA.h")
if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
endif()
if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
endif()
file(INSTALL DESTINATION "/usr/local/include/OpenMVS/Common" TYPE FILE FILES
"/home/algo/Documents/openMVS/openMVS/libs/Common/AABB.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/AABB.inl"
"/home/algo/Documents/openMVS/openMVS/libs/Common/AutoEstimator.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/AutoPtr.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Common.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Config.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/ConfigTable.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/CriticalSection.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/EventQueue.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/FastDelegate.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/FastDelegateBind.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/FastDelegateCPP11.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/File.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Filters.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/HTMLDoc.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/HalfFloat.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Hash.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Line.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Line.inl"
"/home/algo/Documents/openMVS/openMVS/libs/Common/LinkLib.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/List.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Log.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/MemFile.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/OBB.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/OBB.inl"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Octree.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Octree.inl"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Plane.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Plane.inl"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Queue.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Random.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Ray.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Ray.inl"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Rotation.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Rotation.inl"
"/home/algo/Documents/openMVS/openMVS/libs/Common/SML.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Sampler.inl"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Semaphore.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/SharedPtr.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Sphere.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Sphere.inl"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Streams.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Strings.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Thread.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Timer.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Types.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Types.inl"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Util.h"
"/home/algo/Documents/openMVS/openMVS/libs/Common/Util.inl"
"/home/algo/Documents/openMVS/openMVS/libs/Common/UtilCUDA.h"
)
endif()