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

    r337 r341  
    22
    33# TODO find a cleaner way to include xmlParser
    4 SET(SRC_FILES LevelLoader.cc ../xml/xmlParser.cc)
    5 # SET(INC_FILES LevelLoader.h ../xml/xmlParser.h)
     4SET( LOADER_SRC_FILES
     5        LevelLoader.cc
     6        ../xml/xmlParser.cc
     7)
    68
    7 INCLUDE_DIRECTORIES(..)
    8 
    9 ADD_LIBRARY(loader ${SRC_FILES} ${INC_FILES})
     9ADD_LIBRARY(loader ${LOADER_SRC_FILES})
Note: See TracChangeset for help on using the changeset viewer.