source:
code/trunk/src/modules/pickup/CMakeLists.txt
@
8986
Last change on this file since 8986 was 7163, checked in by dafrick, 14 years ago | |
---|---|
|
|
File size: 459 bytes |
Rev | Line | |
---|---|---|
[6405] | 1 | SET_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] | 12 | ADD_SUBDIRECTORY(items) |
13 | ||
[6405] | 14 | ORXONOX_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.