Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation3/src/modules/weapons/CMakeLists.txt @ 6969

Last change on this file since 6969 was 6951, checked in by scheusso, 14 years ago

merged rocket branch into presentation3 and cleaned up some things (mostly debug output and intendation)

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