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

12
thirdparty/build/stb.lua vendored Normal file
View File

@@ -0,0 +1,12 @@
LIBRARY.Name = "stb_image"
LIBRARY.Defines = {
"STBI_NO_STDIO"
}
LIBRARY.Language = "C++" -- Compile as C++ because C99 isn't widely supported
LIBRARY.Files = {
"../thirdparty/include/stb/*.h",
"../thirdparty/src/stb/*.cpp"
}