Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

BallProjectiles fly

File size: 298 bytes
Line 
1SET_SOURCE_FILES(OrxoBlox_SRC_FILES
2
3  OrxoBlox.cc
4  OrxoBloxWall.cc
5  OrxoBloxCenterpoint.cc
6  OrxoBloxStones.cc
7  OrxoBloxScore.cc
8  OrxoBloxShip.cc
9
10)
11
12ORXONOX_ADD_LIBRARY(OrxoBlox
13  PLUGIN
14  FIND_HEADER_FILES
15  LINK_LIBRARIES
16    orxonox
17    overlays
18  SOURCE_FILES ${OrxoBlox_SRC_FILES}
19)
20
21
22 
Note: See TracBrowser for help on using the repository browser.