Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2007, 9:54:59 PM (16 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/hud/CMakeLists.txt

    r337 r341  
    11PROJECT(Orxonox)
    22
    3 SET(SRC_FILES hud_overlay.cc test_overlay.cc)
     3SET( HUD_SRC_FILES
     4        hud_overlay.cc
     5        test_overlay.cc
     6)
    47
    5 ADD_LIBRARY(objects ${SRC_FILES})
     8LINK_DIRECTORIES(.)
     9
     10ADD_LIBRARY(hud ${HUD_SRC_FILES})
Note: See TracChangeset for help on using the changeset viewer.