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