Changeset 2239 for code/branches/buildsystem/src/core
- Timestamp:
- Nov 20, 2008, 10:13:11 PM (16 years ago)
- Location:
- code/branches/buildsystem/src/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/core/CMakeLists.txt
r2198 r2239 54 54 INCLUDE(UseTolua) 55 55 TOLUA(Core CORE_SRC_FILES INPUTFILES Script.h CommandExecutor.h) 56 INCLUDE_DIRECTORIES_QUOTES(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})57 56 58 57 ADD_LIBRARY(core SHARED ${CORE_SRC_FILES}) -
code/branches/buildsystem/src/core/Script.cc
r1975 r2239 40 40 41 41 #include "tolua++.h" 42 #include " tolua_bind.h"42 #include "core/ToluaBindCore.h" 43 43 44 44 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.