Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 12384 was 10624, checked in by landauf, 9 years ago

merged branch core7 back to trunk

  • Property svn:eol-style set to native
File size: 307 bytes
RevLine 
[5725]1SET_SOURCE_FILES(PONG_SRC_FILES
[8729]2BUILD_UNIT PongBuildUnit.cc
[5725]3  Pong.cc
4  PongAI.cc
5  PongBall.cc
6  PongBat.cc
7  PongBot.cc
8  PongCenterpoint.cc
9  PongScore.cc
[8729]10END_BUILD_UNIT
[5725]11)
12
13ORXONOX_ADD_LIBRARY(pong
[10624]14  PLUGIN
[5749]15  FIND_HEADER_FILES
[5725]16  LINK_LIBRARIES
17    orxonox
18    overlays
19  SOURCE_FILES ${PONG_SRC_FILES}
20)
Note: See TracBrowser for help on using the repository browser.