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

    r337 r341  
    11PROJECT(Orxonox)
    22
    3 ADD_SUBDIRECTORY(orxonox)
     3INCLUDE_DIRECTORIES(.)
     4
    45ADD_SUBDIRECTORY(loader)
    56ADD_SUBDIRECTORY(network)
    6 ADD_SUBDIRECTORY(class_hierarchy)
    7 
    8 # =======
    9 # PROJECT(Orxonox)
    10 #
    11 # # create a few variables to simplify life
    12 #
    13 # SET(SRC_FILES orxonox.cc loader/LevelLoader.cc xml/xmlParser.cc spaceship_steering.cc)
    14 # SET(INC_FILES loader/LevelLoader.h xml/xmlParser.h spaceship_steering.h )
    15 #
    16 # #Creates an executable
    17 # ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES})
    18 # #Links the executable against OGRE and OIS
    19 # TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
    20 #
    21 # >>>>>>> .merge-right.r318
     7ADD_SUBDIRECTORY(orxonox)
Note: See TracChangeset for help on using the changeset viewer.