Rename extlibs to thirdparty
This commit is contained in:
10
thirdparty/build/lua.lua
vendored
Normal file
10
thirdparty/build/lua.lua
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user