Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2007, 2:13:43 PM (16 years ago)
Author:
rgrieder
Message:
  • complete restructured all the CMLs, tried to avoid circular dependencies
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN_test/CMakeLists.txt

    r735 r757  
    11PROJECT(Orxonox)
    22#set some global variables, which are used throughout the project
     3SET( Orxonox_BINARY_DIR ${Orxonox_SOURCE_DIR}/bin)
     4SET( Orxonox_SOURCE_DIR ${Orxonox_SOURCE_DIR}/src)
    35
    46OPTION(TESTING_ENABLED "Do you want to enable Testing")
     
    7577INCLUDE_DIRECTORIES(${OGRE_INCLUDE_DIR} ${OIS_INCLUDE_DIR} ${CEGUI_INCLUDE_DIR} ${CEGUI_OGRE_INCLUDE_DIR} ${ENet_INCLUDE_DIR} ${Boost_INCLUDE_DIRS} ${OPENAL_INCLUDE_DIR} ${ALUT_INCLUDE_DIR} ${VORBIS_INCLUDE_DIR} ${OGG_INCLUDE_DIR})
    7678
     79#Set the execution directory
     80
    7781#add main source dir
    7882ADD_SUBDIRECTORY(src)
Note: See TracChangeset for help on using the changeset viewer.