Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/libraries2/src/modules/weapons/CMakeLists.txt @ 5724

Last change on this file since 5724 was 5724, checked in by landauf, 15 years ago

moved WeaponsystemPrereqs.h to the weapons module too, renamed as WeaponsPrereqs.h
renamed _WeaponsystemExport as _WeaponsExport
changed paths accordingly
compiles again

  • Property svn:eol-style set to native
File size: 291 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
11  DEFINE_SYMBOL
[5724]12    "WEAPONS_SHARED_BUILD"
[5693]13  LINK_LIBRARIES
14    orxonox
[5724]15  SOURCE_FILES ${WEAPONS_SRC_FILES}
[5693]16)
Note: See TracBrowser for help on using the repository browser.