Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/main_reto/src/weapon/CMakeLists.txt @ 262

Last change on this file since 262 was 206, checked in by rgrieder, 18 years ago

tried to fix CMakeLists.txt

File size: 255 bytes
RevLine 
[190]1PROJECT(Orxonox)
2
3# create a few variables to simplify life
[206]4SET(WPN_CC_FILES
[190]5        ammunition_dump.cc
6        bullet.cc
[191]7        bullet_manager.cc
[190]8        weapon_manager.cc)
[206]9SET(WPN_H_FILES
[190]10        ammunition_dump.h
11        bullet.h
[191]12        bullet_manager.h
[190]13        weapon.h
14        weapon_manager.h)
15
Note: See TracBrowser for help on using the repository browser.