Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 14, 2009, 4:47:13 PM (15 years ago)
Author:
rgrieder
Message:
  • Added install paths for bin, lib, archive, media, doc, config and log (config and log yet unused).
  • Install target for doxygen apidoc
  • Configured CMake to adjust the RPath in the installed executable. This should make the game find usr/lib/orxonox/lib…so when installed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/bin/CMakeLists.txt

    r2644 r2657  
    9999  IF(CMAKE_CONFIGURATION_TYPES)
    100100    FOREACH(_configuration ${CMAKE_CONFIGURATION_TYPES})
    101       INSTALL(FILES ${CMAKE_BINARY_DIR}/bin/${_configuration}/${_file}
    102               DESTINATION bin CONFIGURATIONS ${_configuration})
     101      INSTALL(
     102        FILES ${CMAKE_BINARY_DIR}/bin/${_configuration}/${_file}
     103        DESTINATION ${ORXONOX_RUNTIME_INSTALL_PATH}
     104        CONFIGURATIONS ${_configuration}
     105      )
    103106    ENDFOREACH(_configuration)
    104107  ELSE()
Note: See TracChangeset for help on using the changeset viewer.