Changeset 8269 for code/branches
- Timestamp:
- Apr 19, 2011, 11:20:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/contrib/CMakeLists.txt
r8111 r8269 25 25 26 26 IF(UNIX AND NOT APPLE) 27 INSTALL(FILES orxonox.desktop DESTINATION /usr/share/applications)27 INSTALL(FILES orxonox.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) 28 28 #INSTALL(FILES orxonox.manpage.xml DESTINATION /usr/man) 29 INSTALL(FILES orxonox.png DESTINATION /usr/share/pixmaps)29 INSTALL(FILES orxonox.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps) 30 30 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.