Changeset 8061 for code/branches/kicklib/cmake/tools/FindCEGUI.cmake
- Timestamp:
- Mar 12, 2011, 8:31:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/cmake/tools/FindCEGUI.cmake
r7960 r8061 66 66 ) 67 67 68 # Find CEGUI Tolua++ include file 69 # We only need to add this path since we use tolua++ like a normal 70 # dependency but it is shipped with CEGUI. 71 FIND_PATH(CEGUI_TOLUA_INCLUDE_DIR tolua++.h 72 PATHS 73 ${CEGUI_INCLUDE_DIR} 74 # For newer CEGUI versions >= 0.7 75 ${CEGUI_INCLUDE_DIR}/ScriptingModules/LuaScriptModule/support/tolua++ 76 NO_DEFAULT_PATH # Has to be in a CEGUI_INCLUDE_DIR somewhere 77 ) 68 78 # Find CEGUI Tolua++ libraries 69 79 FIND_LIBRARY(CEGUI_TOLUA_LIBRARY_OPTIMIZED … … 103 113 CEGUI_LIBRARY_OPTIMIZED 104 114 CEGUILUA_LIBRARY_OPTIMIZED 115 CEGUI_TOLUA_INCLUDE_DIR 105 116 CEGUI_TOLUA_LIBRARY_OPTIMIZED 106 117 ${CEGUI_OGRE_RENDERER_LIBRARY_NAME} … … 121 132 CEGUILUA_LIBRARY_OPTIMIZED 122 133 CEGUILUA_LIBRARY_DEBUG 134 CEGUI_TOLUA_INCLUDE_DIR 123 135 CEGUI_TOLUA_LIBRARY_OPTIMIZED 124 136 CEGUI_TOLUA_LIBRARY_DEBUG
Note: See TracChangeset
for help on using the changeset viewer.