Update scons and CMake

This commit is contained in:
Celtic Minstrel 2016-04-02 16:05:28 -04:00
parent ca512b20c2
commit b8441bba24
2 changed files with 2 additions and 0 deletions

View File

@ -934,6 +934,7 @@ set(wesnoth-main_SRC
scripting/lua_common.cpp
scripting/lua_cpp_function.cpp
scripting/lua_fileops.cpp
scripting/lua_formula_bridge.cpp
scripting/lua_gui2.cpp
scripting/lua_kernel_base.cpp
scripting/lua_map_location_ops.cpp

View File

@ -511,6 +511,7 @@ wesnoth_sources = Split("""
scripting/lua_common.cpp
scripting/lua_cpp_function.cpp
scripting/lua_fileops.cpp
scripting/lua_formula_bridge.cpp
scripting/lua_gui2.cpp
scripting/lua_kernel_base.cpp
scripting/lua_map_location_ops.cpp