Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2008, 5:01:44 PM (16 years ago)
Author:
nicolasc
Message:

merged FICN back into trunk
awaiting release.

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

    • Property svn:ignore set to
      dependencies
  • code/trunk/cmake/FindCEGUI.cmake

    r144 r790  
    2222IF (WIN32) #Windows
    2323    MESSAGE(STATUS "Looking for CEGUI")
    24     SET(CEGUI_INCLUDE_DIR ../ogre/Dependencies/include/CEGUI)
    25     SET(CEGUI_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../ogre/Samples/Common/bin/Release/lib)
     24    SET(CEGUI_INCLUDE_DIR ../libs/ogre/Dependencies/include/CEGUI)
     25    SET(CEGUI_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../libs/ogre/Samples/Common/bin/Release/lib)
    2626    SET(CEGUI_LIBRARIES debug CEGUIBase_d optimized CEGUIBase)
    2727ELSE (WIN32) #Unix
Note: See TracChangeset for help on using the changeset viewer.