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
RevLine 
[12269]1SET_SOURCE_FILES(OrxoBlox_SRC_FILES
[12361]2
[12212]3  OrxoBlox.cc
[12278]4  OrxoBloxWall.cc
[12212]5  OrxoBloxCenterpoint.cc
[12250]6  OrxoBloxStones.cc
[12366]7  OrxoBloxScore.cc
[12367]8  OrxoBloxShip.cc
[12361]9
[12210]10)
11
[12269]12ORXONOX_ADD_LIBRARY(OrxoBlox
[12210]13  PLUGIN
14  FIND_HEADER_FILES
15  LINK_LIBRARIES
16    orxonox
17    overlays
[12269]18  SOURCE_FILES ${OrxoBlox_SRC_FILES}
[12210]19)
[12366]20
21
22 
Note: See TracBrowser for help on using the repository browser.