Changeset 2239 for code/branches/buildsystem/src/orxonox
- Timestamp:
- Nov 20, 2008, 10:13:11 PM (16 years ago)
- Location:
- code/branches/buildsystem/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/orxonox/CMakeLists.txt
r2198 r2239 66 66 INCLUDE(UseTolua) 67 67 TOLUA(Orxonox ORXONOX_SRC_FILES INPUTFILES gui/GUIManager.h) 68 INCLUDE_DIRECTORIES_QUOTES(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})69 INCLUDE_DIRECTORIES_QUOTES("${CMAKE_SOURCE_DIR}/src/core" "${CMAKE_BINARY_DIR}/src/core")70 68 71 69 ADD_EXECUTABLE( orxonox ${ORXONOX_SRC_FILES} ) -
code/branches/buildsystem/src/orxonox/gui/GUIManager.cc
r1975 r2239 43 43 #include "core/input/InputManager.h" 44 44 #include "core/input/SimpleInputState.h" 45 #include "../core/tolua_bind.h"46 45 #include "core/ConsoleCommand.h" 47 46 #include "core/Core.h" 48 #include "tolua_bind.h" 47 #include "core/ToluaBindCore.h" 48 #include "orxonox/ToluaBindOrxonox.h" 49 49 #include "GraphicsEngine.h" 50 50 #include "OgreCEGUIRenderer.h"
Note: See TracChangeset
for help on using the changeset viewer.