Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/CMakeLists.txt @ 12210

Last change on this file since 12210 was 12210, checked in by pomselj, 5 years ago

created a folder for our module and started implementing the ball class

File size: 307 bytes
Line 
1SET_SOURCE_FILES(PONG_SRC_FILES
2BUILD_UNIT PongBuildUnit.cc
3  Pong.cc
4  PongAI.cc
5  PongBall.cc
6  PongBat.cc
7  PongBot.cc
8  PongCenterpoint.cc
9  PongScore.cc
10END_BUILD_UNIT
11)
12
13ORXONOX_ADD_LIBRARY(pong
14  PLUGIN
15  FIND_HEADER_FILES
16  LINK_LIBRARIES
17    orxonox
18    overlays
19  SOURCE_FILES ${PONG_SRC_FILES}
20)
Note: See TracBrowser for help on using the repository browser.