Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/src/orxonox/objects/weaponSystem/CMakeLists.txt @ 2493

Last change on this file since 2493 was 2493, checked in by landauf, 15 years ago

merged weapon2 branch to presentation

  • Property svn:eol-style set to native
File size: 264 bytes
Line 
1SET( SRC_FILES
2  Munition.cc
3  Weapon.cc
4  WeaponPack.cc
5  WeaponSet.cc
6  WeaponSlot.cc
7  WeaponSystem.cc
8)
9
10ADD_SOURCE_DIRECTORY(SRC_FILES munitions)
11ADD_SOURCE_DIRECTORY(SRC_FILES projectiles)
12ADD_SOURCE_DIRECTORY(SRC_FILES weapons)
13
14ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.