Changeset 2244 for code/branches/buildsystem/bin/CMakeLists.txt
- Timestamp:
- Nov 21, 2008, 12:36:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/bin/CMakeLists.txt
r2243 r2244 10 10 SET(CONFIG_FILES ${CONFIG_FILES} 11 11 linux/run-script 12 tardis/ plugins.cfg12 tardis/orxonox.ini 13 13 ) 14 14 … … 16 16 SET(CONFIG_FILES ${CONFIG_FILES} 17 17 linux/run-script 18 linux/ plugins.cfg18 linux/orxonox.ini 19 19 ) 20 20 ENDIF(IS_TARDIS) … … 22 22 IF(MINGW) 23 23 SET(CONFIG_FILES ${CONFIG_FILES} 24 "mingw/ plugins.cfg"24 "mingw/orxonox.ini" 25 25 "mingw/orxonox.bat" 26 26 )
Note: See TracChangeset
for help on using the changeset viewer.