Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 28, 2007, 10:23:24 PM (17 years ago)
Author:
anonymous
Message:

nicolasc: minor changes in .camke

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/FindOIS.cmake

    r91 r114  
    1010# Copyright © 2007, Matt Williams
    1111#
    12 # Modified by Nicolas Schlumberger to find OIS libraries 
     12# Modified by Nicolas Schlumberger to find OIS libraries
    1313# and make it run on the Tardis-Infrastucture of the ETH Zurich
    1414# Copyright 2007, Nicolas Schlumberger
     
    2020ENDIF (OIS_LIBRARIES AND OIS_INCLUDE_DIR)
    2121
     22## TODO: test windows part
     23# windows part is currently untested. (28.Oct.2007)
    2224IF (WIN32) #Windows
    2325    MESSAGE(STATUS "Looking for OIS")
     
    2628    SET(OIS_INCLUDE_DIR ${OISSDK}/include)
    2729    SET(OIS_LIB_DIR ${OISSDK}/lib)
    28     SET(OIS_LIBRARIES debug OgreMain_d optimized OgreMain)
     30    #SET(OIS_LIBRARIES debug OgreMain_d optimized OgreMain)
    2931ELSE (WIN32) #Unix
    3032    FIND_PACKAGE(PkgConfig)
Note: See TracChangeset for help on using the changeset viewer.