Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem/bin/CMakeLists.txt @ 2231

Last change on this file since 2231 was 2199, checked in by adrfried, 16 years ago

paths modified, orxonox runs out of the build directory

File size: 343 bytes
Line 
1SET(CONFIG_FILES
2    def_keybindings.ini
3    disco.txt
4    irc.tcl
5    ogre.cfg-init
6    orxonox.bat
7    Plugins.cfg
8    plugins.cfg-init
9    remote.tcl
10    run-script
11    telnet_server.tcl
12)
13
14FOREACH(_FILE ${CONFIG_FILES})
15    CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${_FILE} ${EXECUTABLE_OUTPUT_PATH}/${_FILE} COPYONLY)
16ENDFOREACH(_FILE)
Note: See TracBrowser for help on using the repository browser.