24navigation/build/octomap-distribution/dynamicEDT3D/cmake_install.cmake

81 lines
3.6 KiB
CMake

# Install script for directory: /home/firmament/codes/24navigation/src/octomap/dynamicEDT3D
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/home/firmament/codes/24navigation/install/octomap-distribution")
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()
# 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)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/dynamicEDT3D" TYPE FILE FILES
"/home/firmament/codes/24navigation/src/octomap/dynamicEDT3D/include/dynamicEDT3D/bucketedqueue.h"
"/home/firmament/codes/24navigation/src/octomap/dynamicEDT3D/include/dynamicEDT3D/bucketedqueue.hxx"
"/home/firmament/codes/24navigation/src/octomap/dynamicEDT3D/include/dynamicEDT3D/dynamicEDT3D.h"
"/home/firmament/codes/24navigation/src/octomap/dynamicEDT3D/include/dynamicEDT3D/dynamicEDTOctomap.h"
"/home/firmament/codes/24navigation/src/octomap/dynamicEDT3D/include/dynamicEDT3D/dynamicEDTOctomap.hxx"
"/home/firmament/codes/24navigation/src/octomap/dynamicEDT3D/include/dynamicEDT3D/point.h"
)
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/dynamic_edt_3d" TYPE FILE FILES "/home/firmament/codes/24navigation/src/octomap/dynamicEDT3D/package.xml")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/packages" TYPE FILE FILES "/home/firmament/codes/24navigation/build/octomap-distribution/dynamicEDT3D/share/ament_index/resource_index/packages/dynamicEDT3D")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/dynamicEDT3D" TYPE FILE FILES
"/home/firmament/codes/24navigation/build/octomap-distribution/dynamicEDT3D/InstallFiles/dynamicEDT3DConfig.cmake"
"/home/firmament/codes/24navigation/build/octomap-distribution/dynamicEDT3D/InstallFiles/dynamicEDT3DConfig-version.cmake"
)
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/firmament/codes/24navigation/build/octomap-distribution/lib/pkgconfig/dynamicEDT3D.pc")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/firmament/codes/24navigation/build/octomap-distribution/dynamicEDT3D/src/cmake_install.cmake")
endif()