Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2009, 11:02:42 AM (15 years ago)
Author:
rgrieder
Message:

Reverted trunk again. We might want to find a way to delete these revisions again (x3n's changes are still available as diff in the commit mails).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/external/CMakeLists.txt

    r5774 r5781  
    2121
    2222ADD_SUBDIRECTORY(tolua)
     23
     24# Include CEGUILua if not requested otherwise
     25IF(CEGUILUA_USE_INTERNAL_LIBRARY)
     26  IF(NOT IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ceguilua/ceguilua-${CEGUI_VERSION})
     27    MESSAGE(FATAL_ERROR "CEGUILua version not found in src folder. Update list of supported versions in LibraryConfig.cmake!")
     28  ENDIF()
     29
     30  ADD_SUBDIRECTORY(ceguilua)
     31  SET(CEGUILUA_LIBRARY ${CEGUILUA_LIBRARY} PARENT_SCOPE)
     32ENDIF()
     33
     34ADD_SUBDIRECTORY(bullet)
     35ADD_SUBDIRECTORY(cpptcl)
     36ADD_SUBDIRECTORY(ogreceguirenderer)
     37ADD_SUBDIRECTORY(ois)
     38ADD_SUBDIRECTORY(tinyxml)
Note: See TracChangeset for help on using the changeset viewer.