Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 12, 2009, 1:33:55 PM (17 years ago)
Author:
rgrieder
Message:
  • Use $ENV{BOOST_ROOT} to find boost if possible
  • Set TOLUA_PARSER_WORKING_DIRECTORY now defaults to ${CMAKE_RUNTIME_OUTPUT_PATH}
  • Added bin/release, bin/debug, release and debug to the Ogre library prefix paths
  • Lots of small fixes and changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/CMakeLists.txt

    r2574 r2583  
    33  ${OGRE_INCLUDE_DIR}
    44  ${CEGUI_INCLUDE_DIR}
    5   ${ENet_INCLUDE_DIR}
     5  ${ENET_INCLUDE_DIR}
    66  ${Boost_INCLUDE_DIRS}
    77  ${OPENAL_INCLUDE_DIR}
     
    1717# Check whether the required CEGUILua version is even available
    1818IF(NOT IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ceguilua-${CEGUI_VERSION})
    19   MESSAGE(FATAL_ERROR "Your CEGUI version is not supported (${CEGUI_VERSION})")
     19  MESSAGE(FATAL_ERROR "No matching CEGUILua version shipped with Orxonox (${CEGUI_VERSION})")
    2020ENDIF(NOT IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ceguilua-${CEGUI_VERSION})
    2121
     
    3939SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DTIXML_USE_TICPP")
    4040
     41# Include macros
     42INCLUDE(AddSourceFiles)
     43INCLUDE(UseTolua)
     44
     45# External libraries, but copied into the repository
    4146ADD_SUBDIRECTORY(ceguilua-${CEGUI_VERSION}/ceguilua)
    4247ADD_SUBDIRECTORY(cpptcl)
     
    4651ADD_SUBDIRECTORY(tolua)
    4752
    48 # Include macros
    49 INCLUDE(AddSourceFiles)
    50 INCLUDE(UseTolua)
    51 
    5253# Our own libraries
    5354ADD_SUBDIRECTORY(util)
Note: See TracChangeset for help on using the changeset viewer.