Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/pickup/CMakeLists.txt @ 6728

Last change on this file since 6728 was 6711, checked in by dafrick, 14 years ago

Merged pickup4 branch back to trunk.

  • Property svn:eol-style set to native
File size: 478 bytes
Line 
1SET_SOURCE_FILES(PICKUP_SRC_FILES
2  DroppedPickup.cc
3  Pickup.cc
4  PickupCollection.cc
5  PickupCollectionIdentifier.cc
6  PickupManager.cc
7  PickupRepresentation.cc
8  PickupSpawner.cc
9)
10
11ADD_SUBDIRECTORY(items)
12
13ORXONOX_ADD_LIBRARY(pickup
14  MODULE
15  FIND_HEADER_FILES
16  TOLUA_FILES
17    PickupManager.h
18    PickupRepresentation.h
19  DEFINE_SYMBOL
20    "PICKUP_SHARED_BUILD"
21  PCH_FILE
22    PickupPrecompiledHeaders.h
23  LINK_LIBRARIES
24    orxonox
25  SOURCE_FILES ${PICKUP_SRC_FILES}
26)
Note: See TracBrowser for help on using the repository browser.