Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/src/modules/pong/CMakeLists.txt @ 5874

Last change on this file since 5874 was 5874, checked in by rgrieder, 15 years ago

Removed obsolete PCH files and created a compilation for pong.

  • Property svn:eol-style set to native
File size: 357 bytes
Line 
1SET_SOURCE_FILES(PONG_SRC_FILES
2COMPILATION_BEGIN PongCompilation.cc
3  Pong.cc
4  PongAI.cc
5  PongBall.cc
6  PongBat.cc
7  PongBot.cc
8  PongCenterpoint.cc
9  PongScore.cc
10COMPILATION_END
11)
12
13ORXONOX_ADD_LIBRARY(pong
14  MODULE
15  FIND_HEADER_FILES
16  DEFINE_SYMBOL
17    "PONG_SHARED_BUILD"
18  LINK_LIBRARIES
19    orxonox
20    overlays
21  SOURCE_FILES ${PONG_SRC_FILES}
22)
Note: See TracBrowser for help on using the repository browser.