Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/objects/weaponsystem/CMakeLists.txt @ 3053

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

merged weapons branch back to trunk

  • Property svn:eol-style set to native
File size: 277 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  Munition.cc
3  Weapon.cc
4  WeaponMode.cc
5  WeaponPack.cc
6  WeaponSet.cc
7  WeaponSlot.cc
8  WeaponSystem.cc
9  DefaultWeaponmodeLink.cc
10  MuzzleFlash.cc
11)
12
13ADD_SUBDIRECTORY(munitions)
14ADD_SUBDIRECTORY(projectiles)
15ADD_SUBDIRECTORY(weaponmodes)
Note: See TracBrowser for help on using the repository browser.