Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/invaders/src/modules/invader/CMakeLists.txt @ 9828

Last change on this file since 9828 was 9828, checked in by zifloria, 10 years ago

HUD + take damage

File size: 344 bytes
RevLine 
[9702]1SET_SOURCE_FILES(Invader_SRC_FILES
2BUILD_UNIT InvaderBuildUnit.cc
3  Invader.cc
[9709]4  InvaderCenterPoint.cc
5  InvaderShip.cc
[9777]6  InvaderEnemy.cc
[9744]7  InvaderWeapon.cc
[9828]8  InvaderHUDinfo.cc
[9702]9END_BUILD_UNIT
10)
11
12ORXONOX_ADD_LIBRARY(Invader
13  MODULE
14  FIND_HEADER_FILES
15  LINK_LIBRARIES
16    orxonox
17    overlays
[9744]18    weapons
[9702]19  SOURCE_FILES ${Invader_SRC_FILES}
20)
Note: See TracBrowser for help on using the repository browser.