Last change
on this file since 7155 was
7135,
checked in by rgrieder, 15 years ago
|
Automatically handle DEFINE_SYMBOL for our own libraries.
Also distinguish between static and shared build for DEFINE_SYMBOL.
|
-
Property svn:eol-style set to
native
|
File size:
351 bytes
|
Line | |
---|
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 |
---|
14 | FIND_HEADER_FILES |
---|
15 | PCH_FILE |
---|
16 | ObjectsPrecompiledHeaders.h |
---|
17 | LINK_LIBRARIES |
---|
18 | orxonox |
---|
19 | SOURCE_FILES ${OBJECTS_SRC_FILES} |
---|
20 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.