# Install script for directory: /home/nemo/hg/hedgewars/trunk/share/hedgewars/Data/Themes/Eyes # Set the install prefix IF(NOT DEFINED CMAKE_INSTALL_PREFIX) SET(CMAKE_INSTALL_PREFIX "/home/nemo/games") ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) 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(BUILD_TYPE) SET(CMAKE_INSTALL_CONFIG_NAME "DEBUG") ENDIF(BUILD_TYPE) MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) # Set the component getting installed. IF(NOT CMAKE_INSTALL_COMPONENT) IF(COMPONENT) MESSAGE(STATUS "Install component: \"${COMPONENT}\"") SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") ELSE(COMPONENT) SET(CMAKE_INSTALL_COMPONENT) ENDIF(COMPONENT) ENDIF(NOT CMAKE_INSTALL_COMPONENT) # Install shared libraries without execute permission? IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) SET(CMAKE_INSTALL_SO_NO_EXE "1") ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES "/home/nemo/games/Data/Themes/Eyes/theme.cfg;/home/nemo/games/Data/Themes/Eyes/Sky.png;/home/nemo/games/Data/Themes/Eyes/Clouds.png;/home/nemo/games/Data/Themes/Eyes/Flake.png;/home/nemo/games/Data/Themes/Eyes/horizont.png;/home/nemo/games/Data/Themes/Eyes/Splash.png;/home/nemo/games/Data/Themes/Eyes/BlueWater.png;/home/nemo/games/Data/Themes/Eyes/Droplet.png") IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) FILE(INSTALL DESTINATION "/home/nemo/games/Data/Themes/Eyes" TYPE FILE FILES "/home/nemo/hg/hedgewars/trunk/share/hedgewars/Data/Themes/Eyes/theme.cfg" "/home/nemo/hg/hedgewars/trunk/share/hedgewars/Data/Themes/Eyes/Sky.png" "/home/nemo/hg/hedgewars/trunk/share/hedgewars/Data/Themes/Eyes/Clouds.png" "/home/nemo/hg/hedgewars/trunk/share/hedgewars/Data/Themes/Eyes/Flake.png" "/home/nemo/hg/hedgewars/trunk/share/hedgewars/Data/Themes/Eyes/horizont.png" "/home/nemo/hg/hedgewars/trunk/share/hedgewars/Data/Themes/Eyes/Splash.png" "/home/nemo/hg/hedgewars/trunk/share/hedgewars/Data/Themes/Eyes/BlueWater.png" "/home/nemo/hg/hedgewars/trunk/share/hedgewars/Data/Themes/Eyes/Droplet.png" ) ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")