Changeset 2583 for code/branches/buildsystem2/bin
- Timestamp:
- Jan 12, 2009, 1:33:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/bin/CMakeLists.txt
r2523 r2583 8 8 ) 9 9 10 IF( IS_TARDIS)10 IF(TARDIS) 11 11 # 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). 13 13 SET(CONFIG_FILES ${CONFIG_FILES} 14 14 linux/run-script … … 22 22 linux/orxonox.ini 23 23 ) 24 ENDIF( IS_TARDIS)24 ENDIF(TARDIS) 25 25 26 26 IF(MINGW)
Note: See TracChangeset
for help on using the changeset viewer.