Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/modules/invader/CMakeLists.txt @ 11009

Last change on this file since 11009 was 10581, checked in by landauf, 9 years ago

8 modules are now marked as plugins (which means they are only loaded on demand): dodgerace, gametypes (spacerace), invader, jump, mini4dgame, pong, tetris, and towerdefense.

  • Property svn:eol-style set to native
File size: 393 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
[9874]7  InvaderEnemyShooter.cc
[9744]8  InvaderWeapon.cc
[9874]9  InvaderWeaponEnemy.cc
[9828]10  InvaderHUDinfo.cc
[9702]11END_BUILD_UNIT
12)
13
[9958]14ORXONOX_ADD_LIBRARY(invader
[10581]15  PLUGIN
[9702]16  FIND_HEADER_FILES
17  LINK_LIBRARIES
18    orxonox
19    overlays
[9744]20    weapons
[9702]21  SOURCE_FILES ${Invader_SRC_FILES}
22)
Note: See TracBrowser for help on using the repository browser.