Changeset 11278 for code/branches/mac_HS16/cmake/tools
- Timestamp:
- Nov 8, 2016, 9:05:10 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_HS16/cmake/tools/FindCEGUI.cmake
r11117 r11278 91 91 ) 92 92 93 MESSAGE("Looking for ceguitolua++") 94 MESSAGE(${DEP_INCLUDE_DIR}) 95 93 96 # Find CEGUI Tolua++ include file 94 97 # We only need to add this path since we use tolua++ like a normal … … 99 102 # For newer CEGUI versions >= 0.7 100 103 ${CEGUILUA_INCLUDE_DIR}/support/tolua++ 101 ${DEP_INCLUDE_DIR}/tolua++/include 102 # For Mac OS X, tolua++ is a separate framework in the dependency package 103 ${DEP_FRAMEWORK_DIR} 104 ${DEP_INCLUDE_DIR}/tolua++ 104 105 NO_DEFAULT_PATH # Don't attempt to find tolua++ installed on the system 105 106 )
Note: See TracChangeset
for help on using the changeset viewer.