Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Added Folder BallGun, in it are the BallGun Files, the files are not yet correctly documented, the build DOES compile

File size: 470 bytes
Line 
1SET_SOURCE_FILES(OrxoBlox_FS19_SRC_FILES
2BUILD_UNIT OrxoBloxBuildUnit.cc
3  BallGun/BallGun.cc
4  BallGun/BallGunShooter.cc
5  BallGun/BallMunition.cc
6  BallGun/BallProjectile.cc
7  OrxoBlox.cc
8  OrxoBloxAI.cc
9  OrxoBloxBall.cc
10  OrxoBloxBat.cc
11  OrxoBloxBot.cc
12  OrxoBloxCenterpoint.cc
13  OrxoBloxStones.cc
14END_BUILD_UNIT
15)
16
17ORXONOX_ADD_LIBRARY(OrxoBlox_FS19
18  PLUGIN
19  FIND_HEADER_FILES
20  LINK_LIBRARIES
21    orxonox
22    overlays
23  SOURCE_FILES ${OrxoBlox_FS19_SRC_FILES}
24)
Note: See TracBrowser for help on using the repository browser.