Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

tried to fix CMakeLists.txt

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