Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5781 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
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  FIND_HEADER_FILES
14  PCH_FILE
15    PongPrecompiledHeaders.h
16  PCH_NO_DEFAULT
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.