Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Added a few more compilations in our own libraries.
Also fixed a bug in tools/CMakeLists.txt (ADD instead of SET_SOURCE_FILES caused the list of files to grow every cmake run, but REMOVE_DUPLICATES took care of it anyway).

  • Property svn:eol-style set to native
File size: 359 bytes
Line 
1SET_SOURCE_FILES(PONG_SRC_FILES
2#COMPILATION_BEGIN PongCompilation.cc
3  Pong.cc
4  PongAI.cc
5  PongBall.cc
6  PongBat.cc
7  PongBot.cc
8  PongCenterpoint.cc
9  PongScore.cc
10#COMPILATION_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.