Last change
on this file since 5732 was
5725,
checked in by landauf, 15 years ago
|
added a new module for the pong gametype and all related classes
|
-
Property svn:eol-style set to
native
|
File size:
284 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 |
---|
| 13 | DEFINE_SYMBOL |
---|
| 14 | "PONG_SHARED_BUILD" |
---|
| 15 | LINK_LIBRARIES |
---|
| 16 | orxonox |
---|
| 17 | overlays |
---|
| 18 | SOURCE_FILES ${PONG_SRC_FILES} |
---|
| 19 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.