Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/pickups2/src/orxonox/objects/pickup/CMakeLists.txt @ 2972

Last change on this file since 2972 was 2972, checked in by danielh, 15 years ago

Update

  • Minor changes in BaseItem
  • Updated to NotificationQueue from trunk (compile error with old)
  • Added PickupInventory for GUI handling
  • Added basic support for toLua++ methods
  • Property svn:eol-style set to native
File size: 212 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  BaseItem.cc
3  DroppedItem.cc
4  EquipmentItem.cc
5  Jump.cc
6  ModifierPickup.cc
7  PassiveItem.cc
8  PickupCollection.cc
9  PickupInventory.cc
10  PickupSpawner.cc
11  UsableItem.cc
12)
Note: See TracBrowser for help on using the repository browser.