Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2007, 12:57:38 AM (16 years ago)
Author:
landauf
Message:

adjustments for windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/cmake/FindOIS.cmake

    r135 r536  
    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.