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/core/CMakeLists.txt

    r337 r341  
    11PROJECT(Orxonox)
    22
    3 SET(SRC_FILES IdentifierList.cc Identifier.cc MetaObjectList.cc Factory.cc OrxonoxClass.cc)
     3SET( CORE_SRC_FILES
     4        Factory.cc
     5        IdentifierList.cc
     6        Identifier.cc
     7        MetaObjectList.cc
     8        OrxonoxClass.cc
     9)
    410
    5 ADD_LIBRARY(core ${SRC_FILES})
     11ADD_LIBRARY(core ${CORE_SRC_FILES})
Note: See TracChangeset for help on using the changeset viewer.