Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 12, 2009, 1:33:55 PM (15 years ago)
Author:
rgrieder
Message:
  • Use $ENV{BOOST_ROOT} to find boost if possible
  • Set TOLUA_PARSER_WORKING_DIRECTORY now defaults to ${CMAKE_RUNTIME_OUTPUT_PATH}
  • Added bin/release, bin/debug, release and debug to the Ogre library prefix paths
  • Lots of small fixes and changes
File:
1 edited

Legend:

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

    r2523 r2583  
    88)
    99
    10 IF(IS_TARDIS)
     10IF(TARDIS)
    1111  # OGRE can't find fonts to display config screen on Tardis,
    12   # so providing default config file here.
     12  # so providing default config file here (bug).
    1313  SET(CONFIG_FILES ${CONFIG_FILES}
    1414    linux/run-script
     
    2222    linux/orxonox.ini
    2323  )
    24 ENDIF(IS_TARDIS)
     24ENDIF(TARDIS)
    2525
    2626IF(MINGW)
Note: See TracChangeset for help on using the changeset viewer.