Changeset 8071 for code/branches/kicklib/cmake/tools/CheckOGREPlugins.cmake
- Timestamp:
- Mar 14, 2011, 3:53:38 AM (14 years ago)
- Location:
- code/branches/kicklib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib
-
code/branches/kicklib/cmake/tools/CheckOGREPlugins.cmake
r7163 r8071 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.
Note: See TracChangeset
for help on using the changeset viewer.