Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2007, 9:54:59 PM (18 years ago)
Author:
rgrieder
Message:
  • removed folder src/class_hierarchy
  • removed a few unnec. files in src/
  • added a few files in src/orxonox to make weapon system and hud work
  • restructured all CMLs
  • adjusted all the #include directives (only one include directory now: src)
  • moved ENET library linkage to CML in src/orxonox
File:
1 edited

Legend:

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

    r337 r341  
    11PROJECT(Orxonox)
    22
    3 # create a few variables to simplify life
    4 SET( WEAPON_SRC
     3SET( WEAPON_SRC_FILES
    54        ammunition_dump.cc
    65        barrel_gun.cc
     
    1110)
    1211
    13 INCLUDE_DIRECTORIES(..)
    14 
    15 ADD_LIBRARY(weapon ${WEAPON_SRC})
     12ADD_LIBRARY(weapon ${WEAPON_SRC_FILES})
Note: See TracChangeset for help on using the changeset viewer.