Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

linker problem solved, visuals work as long as only 1 item is picked up.

  • Property svn:eol-style set to native
File size: 421 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)
9
10ADD_SUBDIRECTORY(items)
11
12ORXONOX_ADD_LIBRARY(pickup
13  MODULE
14  FIND_HEADER_FILES
15  TOLUA_FILES
16    PickupManager.h
17    PickupRepresentation.h
18  PCH_FILE
19    PickupPrecompiledHeaders.h
20  LINK_LIBRARIES
21    overlays
22    orxonox
23  SOURCE_FILES ${PICKUP_SRC_FILES}
24)
Note: See TracBrowser for help on using the repository browser.