Rename extlibs to thirdparty

This commit is contained in:
Jérôme Leclercq
2018-01-11 12:57:42 +01:00
parent 98eaf83ea9
commit 588b7487f6
256 changed files with 119002 additions and 23 deletions

10
thirdparty/build/lua.lua vendored Normal file
View File

@@ -0,0 +1,10 @@
LIBRARY.Name = "lua"
LIBRARY.Language = "C++" -- Compile as C++ to make Lua use exceptions instead of SJLJ
LIBRARY.Files = {
"../thirdparty/include/Lua/*.h",
"../thirdparty/include/Lua/*.hpp",
"../thirdparty/src/Lua/*.h",
"../thirdparty/src/Lua/*.cpp"
}