Last change
on this file since 5794 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:
361 bytes
|
Rev | Line | |
---|
[5725] | 1 | SET_SOURCE_FILES(PONG_SRC_FILES |
---|
| 2 | Pong.cc |
---|
| 3 | PongAI.cc |
---|
| 4 | PongBall.cc |
---|
| 5 | PongBat.cc |
---|
| 6 | PongBot.cc |
---|
| 7 | PongCenterpoint.cc |
---|
| 8 | PongScore.cc |
---|
| 9 | ) |
---|
| 10 | |
---|
| 11 | ORXONOX_ADD_LIBRARY(pong |
---|
| 12 | MODULE |
---|
[5749] | 13 | FIND_HEADER_FILES |
---|
| 14 | PCH_FILE |
---|
| 15 | PongPrecompiledHeaders.h |
---|
| 16 | PCH_NO_DEFAULT |
---|
[5725] | 17 | DEFINE_SYMBOL |
---|
| 18 | "PONG_SHARED_BUILD" |
---|
| 19 | LINK_LIBRARIES |
---|
| 20 | orxonox |
---|
| 21 | overlays |
---|
| 22 | SOURCE_FILES ${PONG_SRC_FILES} |
---|
| 23 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.