Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Presentation_HS17_merge/src/modules/flappyorx/CMakeLists.txt @ 11757

Last change on this file since 11757 was 11757, checked in by landauf, 6 years ago

[FlappyOrx_HS17] removed FlappyOrxCenterPoint, it doesn't seem to be neede

File size: 297 bytes
Line 
1SET_SOURCE_FILES(FlappyOrx_SRC_FILES
2BUILD_UNIT FlappyOrxBuildUnit.cc
3  FlappyOrx.cc
4  FlappyOrxShip.cc
5  FlappyOrxHUDinfo.cc
6END_BUILD_UNIT
7)
8
9ORXONOX_ADD_LIBRARY(flappyorx
10  PLUGIN
11  FIND_HEADER_FILES
12  LINK_LIBRARIES
13    orxonox
14    overlays
15    weapons
16  SOURCE_FILES ${FlappyOrx_SRC_FILES}
17)
Note: See TracBrowser for help on using the repository browser.