Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2007, 3:02:03 PM (16 years ago)
Author:
rgrieder
Message:
  • updated to current revision from Visual studio directory
  • hopefully working libraries with cmake
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto/src/weapon/CMakeLists.txt

    r206 r267  
    22
    33# create a few variables to simplify life
    4 SET(WPN_CC_FILES
     4SET( WEAPON_SRC
    55        ammunition_dump.cc
     6        barrel_gun.cc
     7        base_weapon.cc
    68        bullet.cc
    79        bullet_manager.cc
    8         weapon_manager.cc)
    9 SET(WPN_H_FILES
     10        weapon_station.cc
     11
    1012        ammunition_dump.h
     13        barrel_gun.h
     14        base_weapon.h
    1115        bullet.h
    1216        bullet_manager.h
    13         weapon.h
    14         weapon_manager.h)
     17        weapon_station.h
     18   )
    1519
     20#ADD_LIBRARY(WEAPON ${WEAPON_SRC} )
Note: See TracChangeset for help on using the changeset viewer.