Last change
on this file since 6703 was
6524,
checked in by dafrick, 15 years ago
|
Merged pickup branch into trunk. Yay. Persisting bugs will be fixed, very soon.
|
-
Property svn:eol-style set to
native
|
File size:
431 bytes
|
Rev | Line | |
---|
[6405] | 1 | SET_SOURCE_FILES(PICKUP_SRC_FILES |
---|
[6475] | 2 | DroppedPickup.cc |
---|
[6466] | 3 | Pickup.cc |
---|
[6405] | 4 | PickupCollection.cc |
---|
[6466] | 5 | PickupCollectionIdentifier.cc |
---|
| 6 | PickupManager.cc |
---|
| 7 | PickupRepresentation.cc |
---|
[6405] | 8 | PickupSpawner.cc |
---|
| 9 | ) |
---|
| 10 | |
---|
[6466] | 11 | ADD_SUBDIRECTORY(items) |
---|
| 12 | |
---|
[6405] | 13 | ORXONOX_ADD_LIBRARY(pickup |
---|
| 14 | MODULE |
---|
| 15 | FIND_HEADER_FILES |
---|
| 16 | TOLUA_FILES |
---|
| 17 | DEFINE_SYMBOL |
---|
| 18 | "PICKUP_SHARED_BUILD" |
---|
| 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.