123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- # Install script for directory: /home/neousys/autoware.ai/src/autoware/simulation/carla_simulator_bridge/carla_autoware_bridge
- # Set the install prefix
- if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/home/neousys/autoware.ai/install/carla_autoware_bridge")
- 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()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- include("/home/neousys/autoware.ai/build/carla_autoware_bridge/catkin_generated/safe_execute_install.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/neousys/autoware.ai/build/carla_autoware_bridge/catkin_generated/installspace/carla_autoware_bridge.pc")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/carla_autoware_bridge/cmake" TYPE FILE FILES
- "/home/neousys/autoware.ai/build/carla_autoware_bridge/catkin_generated/installspace/carla_autoware_bridgeConfig.cmake"
- "/home/neousys/autoware.ai/build/carla_autoware_bridge/catkin_generated/installspace/carla_autoware_bridgeConfig-version.cmake"
- )
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/carla_autoware_bridge" TYPE FILE FILES "/home/neousys/autoware.ai/src/autoware/simulation/carla_simulator_bridge/carla_autoware_bridge/package.xml")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/carla_autoware_bridge" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/carla_autoware_bridge/catkin_generated/installspace/carla_to_autoware_vehicle_status")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/carla_autoware_bridge" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/carla_autoware_bridge/catkin_generated/installspace/carla_to_autoware_waypoints")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/carla_autoware_bridge" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/carla_autoware_bridge/catkin_generated/installspace/odometry_to_posestamped")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/carla_autoware_bridge" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/carla_autoware_bridge/catkin_generated/installspace/vehiclecmd_to_ackermanndrive")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/carla_autoware_bridge" TYPE PROGRAM FILES "/home/neousys/autoware.ai/build/carla_autoware_bridge/catkin_generated/installspace/carla_to_autoware_detected_objects")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/carla_autoware_bridge/launch" TYPE DIRECTORY FILES "/home/neousys/autoware.ai/src/autoware/simulation/carla_simulator_bridge/carla_autoware_bridge/launch/")
- endif()
- if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/carla_autoware_bridge/config" TYPE DIRECTORY FILES "/home/neousys/autoware.ai/src/autoware/simulation/carla_simulator_bridge/carla_autoware_bridge/config/")
- endif()
- if(NOT CMAKE_INSTALL_LOCAL_ONLY)
- # Include the install script for each subdirectory.
- include("/home/neousys/autoware.ai/build/carla_autoware_bridge/gtest/cmake_install.cmake")
- endif()
- if(CMAKE_INSTALL_COMPONENT)
- set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
- else()
- set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
- endif()
- string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
- "${CMAKE_INSTALL_MANIFEST_FILES}")
- file(WRITE "/home/neousys/autoware.ai/build/carla_autoware_bridge/${CMAKE_INSTALL_MANIFEST}"
- "${CMAKE_INSTALL_MANIFEST_CONTENT}")
|