Changeset 114 for code/trunk/cmake/FindOIS.cmake
- Timestamp:
- Oct 28, 2007, 10:23:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/FindOIS.cmake
r91 r114 10 10 # Copyright © 2007, Matt Williams 11 11 # 12 # Modified by Nicolas Schlumberger to find OIS libraries 12 # Modified by Nicolas Schlumberger to find OIS libraries 13 13 # and make it run on the Tardis-Infrastucture of the ETH Zurich 14 14 # Copyright 2007, Nicolas Schlumberger … … 20 20 ENDIF (OIS_LIBRARIES AND OIS_INCLUDE_DIR) 21 21 22 ## TODO: test windows part 23 # windows part is currently untested. (28.Oct.2007) 22 24 IF (WIN32) #Windows 23 25 MESSAGE(STATUS "Looking for OIS") … … 26 28 SET(OIS_INCLUDE_DIR ${OISSDK}/include) 27 29 SET(OIS_LIB_DIR ${OISSDK}/lib) 28 SET(OIS_LIBRARIES debug OgreMain_d optimized OgreMain)30 #SET(OIS_LIBRARIES debug OgreMain_d optimized OgreMain) 29 31 ELSE (WIN32) #Unix 30 32 FIND_PACKAGE(PkgConfig)
Note: See TracChangeset
for help on using the changeset viewer.