Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem3/src/orxonox/objects/weaponSystem/CMakeLists.txt @ 2708

Last change on this file since 2708 was 2664, checked in by rgrieder, 16 years ago

Merged buildsystem2 to buildsystem3.

Note: Bare merge, just resolved conflicts. To testing, no nothing.

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