Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/towerdefenseFabien/src/modules/towerdefense/CMakeLists.txt @ 10587

Last change on this file since 10587 was 10586, checked in by fvultier, 9 years ago

Removed unuses classes and templates. The enemies move now along a path defined in the XML level file and no more along a static hard coded path.

  • Property svn:eol-style set to native
File size: 440 bytes
Line 
1SET_SOURCE_FILES(TOWERDEFENSE_SRC_FILES
2  TowerDefense.cc
3  TowerDefenseTower.cc
4  TowerDefenseCenterpoint.cc
5  TowerDefenseHUDController.cc
6  TowerDefensePlayerStats.cc
7  TDCoordinate.cc
8  TowerDefenseEnemy.cc
9  TowerDefenseSelecter.cc
10  TowerDefenseField.cc
11  TDCoordinate.cc
12)
13
14ORXONOX_ADD_LIBRARY(towerdefense
15  MODULE
16  FIND_HEADER_FILES
17  LINK_LIBRARIES
18    orxonox
19    overlays
20    objects
21  SOURCE_FILES ${TOWERDEFENSE_SRC_FILES}
22)
Note: See TracBrowser for help on using the repository browser.