Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/weapons/src/orxonox/objects/weaponSystem/CMakeLists.txt @ 2921

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

renamed directory "weapons" as "weaponmodes"

  • Property svn:eol-style set to native
File size: 260 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)
11
12ADD_SUBDIRECTORY(munitions)
13ADD_SUBDIRECTORY(projectiles)
14ADD_SUBDIRECTORY(weaponmodes)
Note: See TracBrowser for help on using the repository browser.