- Timestamp:
- Feb 23, 2009, 11:16:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/cmake/BuildConfig.cmake
r2687 r2689 118 118 119 119 IF(UNIX) 120 SET(ORXONOX_RUNTIME_INSTALL_PATH ${CMAKE_INSTALL_PREFIX}/bin /orxonox)120 SET(ORXONOX_RUNTIME_INSTALL_PATH ${CMAKE_INSTALL_PREFIX}/bin) 121 121 SET(ORXONOX_LIBRARY_INSTALL_PATH ${CMAKE_INSTALL_PREFIX}/lib/orxonox) 122 122 SET(ORXONOX_ARCHIVE_INSTALL_PATH ${CMAKE_INSTALL_PREFIX}/lib/orxonox/static) … … 129 129 # Execution paths, either relative to the binary dir or absolute 130 130 # For Windows copy&paste installs relative paths are much better 131 SET(ORXONOX_MEDIA_INSTALL_PATH_EXEC ../ ../share/orxonox)131 SET(ORXONOX_MEDIA_INSTALL_PATH_EXEC ../share/orxonox) 132 132 SET(ORXONOX_CONFIG_INSTALL_PATH_EXEC ${ORXONOX_CONFIG_INSTALL_PATH}) 133 133 SET(ORXONOX_LOG_INSTALL_PATH_EXEC ${ORXONOX_LOG_INSTALL_PATH})
Note: See TracChangeset
for help on using the changeset viewer.