00001 # Install script for directory: /builddir/build/BUILD/ompl-0.9.5-Source/demos 00002 00003 # Set the install prefix 00004 IF(NOT DEFINED CMAKE_INSTALL_PREFIX) 00005 SET(CMAKE_INSTALL_PREFIX "/usr") 00006 ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) 00007 STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") 00008 00009 # Set the install configuration name. 00010 IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) 00011 IF(BUILD_TYPE) 00012 STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" 00013 CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") 00014 ELSE(BUILD_TYPE) 00015 SET(CMAKE_INSTALL_CONFIG_NAME "") 00016 ENDIF(BUILD_TYPE) 00017 MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") 00018 ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) 00019 00020 # Set the component getting installed. 00021 IF(NOT CMAKE_INSTALL_COMPONENT) 00022 IF(COMPONENT) 00023 MESSAGE(STATUS "Install component: \"${COMPONENT}\"") 00024 SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") 00025 ELSE(COMPONENT) 00026 SET(CMAKE_INSTALL_COMPONENT) 00027 ENDIF(COMPONENT) 00028 ENDIF(NOT CMAKE_INSTALL_COMPONENT) 00029 00030 # Install shared libraries without execute permission? 00031 IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) 00032 SET(CMAKE_INSTALL_SO_NO_EXE "0") 00033 ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) 00034 00035 IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") 00036 FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ompl/demos" TYPE FILE FILES 00037 "/builddir/build/BUILD/ompl-0.9.5-Source/demos/RigidBodyPlanningWithIK.cpp" 00038 "/builddir/build/BUILD/ompl-0.9.5-Source/demos/StateSampling.cpp" 00039 "/builddir/build/BUILD/ompl-0.9.5-Source/demos/RigidBodyPlanningWithIntegrationAndControls.cpp" 00040 "/builddir/build/BUILD/ompl-0.9.5-Source/demos/RigidBodyPlanning.cpp" 00041 "/builddir/build/BUILD/ompl-0.9.5-Source/demos/RigidBodyPlanningWithControls.cpp" 00042 "/builddir/build/BUILD/ompl-0.9.5-Source/demos/ODERigidBodyPlanning.cpp" 00043 "/builddir/build/BUILD/ompl-0.9.5-Source/demos/StateSampling.py" 00044 "/builddir/build/BUILD/ompl-0.9.5-Source/demos/RigidBodyPlanningWithControls.py" 00045 "/builddir/build/BUILD/ompl-0.9.5-Source/demos/RigidBodyPlanning.py" 00046 ) 00047 ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") 00048