Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/pong/CMakeLists.txt @ 5738

Last change on this file since 5738 was 5738, checked in by landauf, 15 years ago

merged libraries2 back to trunk

  • Property svn:eol-style set to native
File size: 284 bytes
Line 
1SET_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
11ORXONOX_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.