Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 9290 was 7163, checked in by dafrick, 14 years ago

Merged presentation3 branch into trunk.

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