Changeset 790 for code/trunk/cmake
- Timestamp:
- Feb 7, 2008, 5:01:44 PM (17 years ago)
- Location:
- code/trunk
- Files:
-
- 5 edited
- 7 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
Property
svn:ignore
set to
dependencies
-
Property
svn:ignore
set to
-
code/trunk/cmake/FindCEGUI.cmake
r144 r790 22 22 IF (WIN32) #Windows 23 23 MESSAGE(STATUS "Looking for CEGUI") 24 SET(CEGUI_INCLUDE_DIR ../ ogre/Dependencies/include/CEGUI)25 SET(CEGUI_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../ ogre/Samples/Common/bin/Release/lib)24 SET(CEGUI_INCLUDE_DIR ../libs/ogre/Dependencies/include/CEGUI) 25 SET(CEGUI_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../libs/ogre/Samples/Common/bin/Release/lib) 26 26 SET(CEGUI_LIBRARIES debug CEGUIBase_d optimized CEGUIBase) 27 27 ELSE (WIN32) #Unix -
code/trunk/cmake/FindCEGUI_OGRE.cmake
r144 r790 22 22 IF (WIN32) #Windows 23 23 MESSAGE(STATUS "Looking for CEGUI_OGRE") 24 SET(CEGUI_OGRE_INCLUDE_DIR ../ ogre/Samples/Common/CEGUIRenderer/include)25 SET(CEGUI_OGRE_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../ ogre/Samples/Common/bin/Release/lib)24 SET(CEGUI_OGRE_INCLUDE_DIR ../libs/ogre/Samples/Common/CEGUIRenderer/include) 25 SET(CEGUI_OGRE_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../libs/ogre/Samples/Common/bin/Release/lib) 26 26 SET(CEGUI_OGRE_LIBRARIES debug OgreGUIRenderer_d optimized OgreGUIRenderer) 27 27 ELSE (WIN32) #Unix -
code/trunk/cmake/FindOGRE.cmake
r135 r790 18 18 IF (WIN32) #Windows 19 19 MESSAGE(STATUS "Looking for OGRE") 20 SET(OGRE_INCLUDE_DIR ../ ogre/OgreMain/include)21 SET(OGRE_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../ ogre/Samples/Common/bin/Release)20 SET(OGRE_INCLUDE_DIR ../libs/ogre/OgreMain/include) 21 SET(OGRE_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../libs/ogre/Samples/Common/bin/Release) 22 22 SET(OGRE_LIBRARIES debug OgreMain_d optimized OgreMain) 23 23 ELSE (WIN32) #Unix -
code/trunk/cmake/FindOIS.cmake
r135 r790 22 22 IF (WIN32) #Windows 23 23 MESSAGE(STATUS "Looking for OIS") 24 SET(OIS_INCLUDE_DIR ../ ogre/Dependencies/include)25 SET(OIS_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../ ogre/Samples/Common/bin/Release)24 SET(OIS_INCLUDE_DIR ../libs/ogre/Dependencies/include) 25 SET(OIS_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../libs/ogre/Samples/Common/bin/Release) 26 26 SET(OIS_LIBRARIES debug OIS_d optimized OIS) 27 27 ELSE (WIN32) #Unix
Note: See TracChangeset
for help on using the changeset viewer.