source:
code/trunk/src/modules/pickup/CMakeLists.txt
@
11488
| Last change on this file since 11488 was 11353, checked in by patricwi, 9 years ago | |
|---|---|
|
|
| File size: 421 bytes | |
| Rev | Line | |
|---|---|---|
| [6405] | 1 | SET_SOURCE_FILES(PICKUP_SRC_FILES |
| [7163] | 2 | CollectiblePickup.cc |
| [6466] | 3 | Pickup.cc |
| [6405] | 4 | PickupCollection.cc |
| [6466] | 5 | PickupManager.cc |
| 6 | PickupRepresentation.cc | |
| [6405] | 7 | PickupSpawner.cc |
| 8 | ) | |
| 9 | ||
| [6466] | 10 | ADD_SUBDIRECTORY(items) |
| 11 | ||
| [6405] | 12 | ORXONOX_ADD_LIBRARY(pickup |
| 13 | MODULE | |
| 14 | FIND_HEADER_FILES | |
| 15 | TOLUA_FILES | |
| [6711] | 16 | PickupManager.h |
| 17 | PickupRepresentation.h | |
| [6405] | 18 | PCH_FILE |
| 19 | PickupPrecompiledHeaders.h | |
| 20 | LINK_LIBRARIES | |
| [11353] | 21 | overlays |
| [6405] | 22 | orxonox |
| 23 | SOURCE_FILES ${PICKUP_SRC_FILES} | |
| 24 | ) |
Note: See TracBrowser
for help on using the repository browser.










