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

    r337 r341  
    5454
    5555#Sets the search paths for the linking
    56 LINK_DIRECTORIES(${OGRE_LIB_DIR} ${OIS_LIB_DIR} ${CEGUI_LIB_DIR} ${CEGUI_OGRE_LIB_DIR} ${ENet_LIBRARY} ${Boost_LIBRARY_DIRS} core objects loader network weapon classHierarchy)
     56LINK_DIRECTORIES(
     57        ${OGRE_LIB_DIR}
     58        ${OIS_LIB_DIR}
     59        ${CEGUI_LIB_DIR}
     60        ${CEGUI_OGRE_LIB_DIR}
     61        ${ENet_LIBRARY}
     62        ${Boost_LIBRARY_DIRS}
     63)
    5764
    5865#Sets the search path for include files
    59 INCLUDE_DIRECTORIES(${OGRE_INCLUDE_DIR} ${OIS_INCLUDE_DIR} ${CEGUI_INCLUDE_DIR} ${CEGUI_OGRE_INCLUDE_DIR} ${ENet_INCLUDE_DIR} ${Boost_INCLUDE_DIRS})
     66INCLUDE_DIRECTORIES(
     67        ${OGRE_INCLUDE_DIR}
     68        ${OIS_INCLUDE_DIR}
     69        ${CEGUI_INCLUDE_DIR}
     70        ${CEGUI_OGRE_INCLUDE_DIR}
     71        ${ENet_INCLUDE_DIR}
     72        ${Boost_INCLUDE_DIRS}
     73)
    6074
    6175
Note: See TracChangeset for help on using the changeset viewer.