Changeset 2401 for code/branches/buildsystem
- Timestamp:
- Dec 10, 2008, 11:14:31 PM (16 years ago)
- Location:
- code/branches/buildsystem/bin
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/bin/CMakeLists.txt
r2244 r2401 8 8 9 9 IF(IS_TARDIS) 10 # OGRE can't find fonts to display config screen on Tardis, 11 # so providing default config file here. 10 12 SET(CONFIG_FILES ${CONFIG_FILES} 11 13 linux/run-script 12 tardis/orxonox.ini 14 tardis/orxonox.ini 15 tardis/ogre.cfg 13 16 ) 14 17 … … 16 19 SET(CONFIG_FILES ${CONFIG_FILES} 17 20 linux/run-script 18 21 linux/orxonox.ini 19 22 ) 20 23 ENDIF(IS_TARDIS)
Note: See TracChangeset
for help on using the changeset viewer.