Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/HUD_HS16/src/modules/pickup/CMakeLists.txt @ 11391

Last change on this file since 11391 was 11391, checked in by patricwi, 7 years ago

event example added

  • Property svn:eol-style set to native
File size: 437 bytes
Line 
1SET_SOURCE_FILES(PICKUP_SRC_FILES
2  CollectiblePickup.cc
3  Pickup.cc
4  PickupCollection.cc
5  PickupManager.cc
6  PickupRepresentation.cc
7  PickupSpawner.cc
8  DDDialogue.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  PCH_FILE
20    PickupPrecompiledHeaders.h
21  LINK_LIBRARIES
22    overlays
23    orxonox
24  SOURCE_FILES ${PICKUP_SRC_FILES}
25)
Note: See TracBrowser for help on using the repository browser.