Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 14, 2009, 5:54:36 PM (15 years ago)
Author:
rgrieder
Message:

Several small fixes. Installs and runs on tardis now (not to /usr of course).

File:
1 edited

Legend:

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

    r2657 r2659  
    106106    ENDFOREACH(_configuration)
    107107  ELSE()
    108     INSTALL(FILES ${CMAKE_BINARY_DIR}/bin/${_file} DESTINATION bin)
     108    INSTALL(FILES ${CMAKE_BINARY_DIR}/bin/${_file} DESTINATION ${ORXONOX_RUNTIME_INSTALL_PATH})
    109109  ENDIF()
    110110ENDFOREACH(_file)
Note: See TracChangeset for help on using the changeset viewer.