Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 790 for code/trunk/cmake


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:
5 edited
7 copied

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
  • code/trunk/cmake/FindCEGUI_OGRE.cmake

    r144 r790  
    2222IF (WIN32) #Windows
    2323    MESSAGE(STATUS "Looking for CEGUI_OGRE")
    24     SET(CEGUI_OGRE_INCLUDE_DIR ../ogre/Samples/Common/CEGUIRenderer/include)
    25     SET(CEGUI_OGRE_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../ogre/Samples/Common/bin/Release/lib)
     24    SET(CEGUI_OGRE_INCLUDE_DIR ../libs/ogre/Samples/Common/CEGUIRenderer/include)
     25    SET(CEGUI_OGRE_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../libs/ogre/Samples/Common/bin/Release/lib)
    2626    SET(CEGUI_OGRE_LIBRARIES debug OgreGUIRenderer_d optimized OgreGUIRenderer)
    2727ELSE (WIN32) #Unix
  • code/trunk/cmake/FindOGRE.cmake

    r135 r790  
    1818IF (WIN32) #Windows
    1919    MESSAGE(STATUS "Looking for OGRE")
    20     SET(OGRE_INCLUDE_DIR ../ogre/OgreMain/include)
    21     SET(OGRE_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../ogre/Samples/Common/bin/Release)
     20    SET(OGRE_INCLUDE_DIR ../libs/ogre/OgreMain/include)
     21    SET(OGRE_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../libs/ogre/Samples/Common/bin/Release)
    2222    SET(OGRE_LIBRARIES debug OgreMain_d optimized OgreMain)
    2323ELSE (WIN32) #Unix
  • code/trunk/cmake/FindOIS.cmake

    r135 r790  
    2222IF (WIN32) #Windows
    2323    MESSAGE(STATUS "Looking for OIS")
    24     SET(OIS_INCLUDE_DIR ../ogre/Dependencies/include)
    25     SET(OIS_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../ogre/Samples/Common/bin/Release)
     24    SET(OIS_INCLUDE_DIR ../libs/ogre/Dependencies/include)
     25    SET(OIS_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../libs/ogre/Samples/Common/bin/Release)
    2626    SET(OIS_LIBRARIES debug OIS_d optimized OIS)
    2727ELSE (WIN32) #Unix
Note: See TracChangeset for help on using the changeset viewer.