Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Sorted out header file finding issues and updated/added precompiled header files.
PCH is not activated per default for the pong projects (only 7 files).

  • 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.