Last change
on this file since 11823 was
11391,
checked in by patricwi, 8 years ago
|
event example added
|
-
Property svn:eol-style set to
native
|
File size:
437 bytes
|
Line | |
---|
1 | SET_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 | |
---|
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 | overlays |
---|
23 | orxonox |
---|
24 | SOURCE_FILES ${PICKUP_SRC_FILES} |
---|
25 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.