Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/modules/towerdefense/CMakeLists.txt @ 10581

Last change on this file since 10581 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: 379 bytes
Line 
1SET_SOURCE_FILES(TOWERDEFENSE_SRC_FILES
2  TowerDefense.cc
3  TowerDefenseTower.cc
4  TowerTurret.cc
5  TowerDefenseCenterpoint.cc
6  TowerDefenseHUDController.cc
7  TowerDefensePlayerStats.cc
8  TDCoordinate.cc
9  TowerDefenseEnemy.cc
10
11)
12
13ORXONOX_ADD_LIBRARY(towerdefense
14  PLUGIN
15  FIND_HEADER_FILES
16  LINK_LIBRARIES
17    orxonox
18    overlays
19  SOURCE_FILES ${TOWERDEFENSE_SRC_FILES}
20)
Note: See TracBrowser for help on using the repository browser.