source:
code/branches/presentation3/src/modules/pickup/CMakeLists.txt
@
7136
Last change on this file since 7136 was 7135, checked in by rgrieder, 14 years ago | |
---|---|
|
|
File size: 436 bytes |
Line | |
---|---|
1 | SET_SOURCE_FILES(PICKUP_SRC_FILES |
2 | DroppedPickup.cc |
3 | Pickup.cc |
4 | PickupCollection.cc |
5 | PickupCollectionIdentifier.cc |
6 | PickupManager.cc |
7 | PickupRepresentation.cc |
8 | PickupSpawner.cc |
9 | ) |
10 | |
11 | ADD_SUBDIRECTORY(items) |
12 | |
13 | ORXONOX_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 | orxonox |
23 | SOURCE_FILES ${PICKUP_SRC_FILES} |
24 | ) |
Note: See TracBrowser
for help on using the repository browser.