Last change
on this file since 6554 was
5781,
checked in by rgrieder, 15 years ago
|
Reverted trunk again. We might want to find a way to delete these revisions again (x3n's changes are still available as diff in the commit mails).
|
-
Property svn:eol-style set to
native
|
File size:
394 bytes
|
Rev | Line | |
---|
[5730] | 1 | SET_SOURCE_FILES(OBJECTS_SRC_FILES |
---|
| 2 | Attacher.cc |
---|
| 3 | ForceField.cc |
---|
| 4 | Planet.cc |
---|
| 5 | Script.cc |
---|
| 6 | ) |
---|
| 7 | |
---|
| 8 | ADD_SUBDIRECTORY(collisionshapes) |
---|
| 9 | ADD_SUBDIRECTORY(eventsystem) |
---|
| 10 | ADD_SUBDIRECTORY(triggers) |
---|
| 11 | |
---|
| 12 | ORXONOX_ADD_LIBRARY(objects |
---|
| 13 | MODULE |
---|
[5749] | 14 | FIND_HEADER_FILES |
---|
| 15 | PCH_FILE |
---|
| 16 | ObjectsPrecompiledHeaders.h |
---|
[5730] | 17 | DEFINE_SYMBOL |
---|
| 18 | "OBJECTS_SHARED_BUILD" |
---|
| 19 | LINK_LIBRARIES |
---|
| 20 | orxonox |
---|
| 21 | SOURCE_FILES ${OBJECTS_SRC_FILES} |
---|
| 22 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.