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
RevLine 
[2710]1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
[2131]2  Munition.cc
3  Weapon.cc
[2918]4  WeaponMode.cc
[2662]5  WeaponPack.cc
[2131]6  WeaponSet.cc
7  WeaponSlot.cc
8  WeaponSystem.cc
[2915]9  DefaultWeaponmodeLink.cc
[2981]10  MuzzleFlash.cc
[2131]11)
12
[2710]13ADD_SUBDIRECTORY(munitions)
14ADD_SUBDIRECTORY(projectiles)
[2921]15ADD_SUBDIRECTORY(weaponmodes)
Note: See TracBrowser for help on using the repository browser.