Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 10586 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
RevLine 
[9110]1SET_SOURCE_FILES(TOWERDEFENSE_SRC_FILES
[9112]2  TowerDefense.cc
[10258]3  TowerDefenseTower.cc
[9110]4  TowerDefenseCenterpoint.cc
[9204]5  TowerDefenseHUDController.cc
[9207]6  TowerDefensePlayerStats.cc
[10258]7  TDCoordinate.cc
8  TowerDefenseEnemy.cc
[10586]9  TowerDefenseSelecter.cc
10  TowerDefenseField.cc
11  TDCoordinate.cc
[9110]12)
13
[9958]14ORXONOX_ADD_LIBRARY(towerdefense
[9110]15  MODULE
16  FIND_HEADER_FILES
17  LINK_LIBRARIES
18    orxonox
[9272]19    overlays
[10586]20    objects
[9110]21  SOURCE_FILES ${TOWERDEFENSE_SRC_FILES}
22)
Note: See TracBrowser for help on using the repository browser.