Changeset 119 for code/trunk/cmake/FindCEGUI_OGRE.cmake
- Timestamp:
- Oct 29, 2007, 12:16:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/FindCEGUI_OGRE.cmake
r115 r119 22 22 IF (WIN32) #Windows 23 23 MESSAGE(STATUS "Looking for CEGUI_OGRE") 24 SET(CEGUI_OGRE_INCLUDE_DIR ../ogre/ Dependencies/include/CEGUI)24 SET(CEGUI_OGRE_INCLUDE_DIR ../ogre/Samples/Common/CEGUIRenderer/include) 25 25 SET(CEGUI_OGRE_LIB_DIR ../ogre/Samples/Common/bin/Release/lib) 26 26 SET(CEGUI_OGRE_LIBRARIES debug CEGUIBase optimized CEGUIBase)
Note: See TracChangeset
for help on using the changeset viewer.