- Timestamp:
- Oct 29, 2007, 12:16:26 AM (17 years ago)
- Location:
- code/trunk
- Files:
-
- 2 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) -
code/trunk/src/CMakeLists.txt
r113 r119 3 3 # create a few variables to simplify life 4 4 SET(SRC_FILES orxonox.cc) 5 SET(INC_FILES ExampleApplication.h ExampleFrameListener.h)5 #SET(INC_FILES ExampleApplication.h ExampleFrameListener.h) 6 6 7 7 #Creates an executable
Note: See TracChangeset
for help on using the changeset viewer.