Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/towerdefenseFabien/src/modules/weapons/CMakeLists.txt @ 10606

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

The most expensive tower fires now a new weapon: The Ice gun; a weapon that slows down a hit SpaceShip. This weapon may be used outside the tower defense minigame.

  • Property svn:eol-style set to native
File size: 463 bytes
RevLine 
[5724]1SET_SOURCE_FILES(WEAPONS_SRC_FILES
[2981]2  MuzzleFlash.cc
[7163]3  RocketController.cc
[10606]4  IceGunFreezer.cc
[2131]5)
6
[2710]7ADD_SUBDIRECTORY(munitions)
8ADD_SUBDIRECTORY(projectiles)
[2921]9ADD_SUBDIRECTORY(weaponmodes)
[5693]10
[5724]11ORXONOX_ADD_LIBRARY(weapons
[5693]12  MODULE
[5749]13  FIND_HEADER_FILES
14  PCH_FILE
15    WeaponsPrecompiledHeaders.h
[5693]16  LINK_LIBRARIES
17    orxonox
[5730]18    # TODO: Remove this as soon as projectiles aren't hardcoded anymore buth rather defined in XML
19    objects
[5724]20  SOURCE_FILES ${WEAPONS_SRC_FILES}
[5693]21)
Note: See TracBrowser for help on using the repository browser.