Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 267 was 267, checked in by rgrieder, 16 years ago
  • updated to current revision from Visual studio directory
  • hopefully working libraries with cmake
File size: 333 bytes
Line 
1PROJECT(Orxonox)
2
3# create a few variables to simplify life
4SET( WEAPON_SRC
5        ammunition_dump.cc
6        barrel_gun.cc
7        base_weapon.cc
8        bullet.cc
9        bullet_manager.cc
10        weapon_station.cc
11
12        ammunition_dump.h
13        barrel_gun.h
14        base_weapon.h
15        bullet.h
16        bullet_manager.h
17        weapon_station.h
18   )
19
20#ADD_LIBRARY(WEAPON ${WEAPON_SRC} )
Note: See TracBrowser for help on using the repository browser.