- Timestamp:
- Oct 20, 2010, 3:17:57 PM (14 years ago)
- Location:
- code/branches/ois_update
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/cmake/tools/CheckOGREPlugins.cmake
r7163 r7567 53 53 NAMES ${_plugin} 54 54 PATHS $ENV{OGRE_HOME} $ENV{OGRE_PLUGIN_DIR} 55 PATH_SUFFIXES bin/Release bin/release Release release lib lib/OGRE bin 55 PATH_SUFFIXES bin/Release bin/release Release release lib lib/OGRE bin Ogre.framework/Resources 56 56 ) 57 57 FIND_LIBRARY(OGRE_PLUGIN_${_plugin}_DEBUG 58 58 NAMES ${_plugin}d ${_plugin}_d ${_plugin} 59 59 PATHS $ENV{OGRE_HOME} $ENV{OGRE_PLUGIN_DIR} 60 PATH_SUFFIXES bin/Debug bin/debug Debug debug lib lib/OGRE bin 60 PATH_SUFFIXES bin/Debug bin/debug Debug debug lib lib/OGRE bin Ogre.framework/Resources 61 61 ) 62 62 # We only need at least one render system. Check at the end. -
code/branches/ois_update/src/external/ois/CMakeLists.txt
r7511 r7567 65 65 IF(WIN32) 66 66 TARGET_LINK_LIBRARIES(ois_orxonox ${DIRECTX_LIBRARIES}) 67 ELSEIF(APPLE) 68 TARGET_LINK_LIBRARIES(ois_orxonox "/System/Library/Frameworks/IOKit.framework" "/System/Library/Frameworks/Carbon.framework") 67 69 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.