Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/weapons/CMakeLists.txt @ 10629

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

Merged towerdefenseFabien branch back to trunk. The towerdefense Minigame is now a plugin.

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