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
Line 
1SET_SOURCE_FILES(WEAPONS_SRC_FILES
2  MuzzleFlash.cc
3)
4
5ADD_SUBDIRECTORY(munitions)
6ADD_SUBDIRECTORY(projectiles)
7ADD_SUBDIRECTORY(weaponmodes)
8
9ORXONOX_ADD_LIBRARY(weapons
10  MODULE
11  DEFINE_SYMBOL
12    "WEAPONS_SHARED_BUILD"
13  LINK_LIBRARIES
14    orxonox
15  SOURCE_FILES ${WEAPONS_SRC_FILES}
16)
Note: See TracBrowser for help on using the repository browser.