Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 6912 was 5781, checked in by rgrieder, 15 years ago

Reverted trunk again. We might want to find a way to delete these revisions again (x3n's changes are still available as diff in the commit mails).

  • Property svn:eol-style set to native
File size: 465 bytes
RevLine 
[5724]1SET_SOURCE_FILES(WEAPONS_SRC_FILES
[2981]2  MuzzleFlash.cc
[2131]3)
4
[2710]5ADD_SUBDIRECTORY(munitions)
6ADD_SUBDIRECTORY(projectiles)
[2921]7ADD_SUBDIRECTORY(weaponmodes)
[5693]8
[5724]9ORXONOX_ADD_LIBRARY(weapons
[5693]10  MODULE
[5749]11  FIND_HEADER_FILES
12  PCH_FILE
13    WeaponsPrecompiledHeaders.h
[5693]14  DEFINE_SYMBOL
[5724]15    "WEAPONS_SHARED_BUILD"
[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.