Improve xmake build
This commit is contained in:
4
thirdparty/xmake.lua
vendored
Normal file
4
thirdparty/xmake.lua
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
target("stb_image")
|
||||
set_kind("static")
|
||||
set_group("Thirdparties")
|
||||
add_files("src/stb/*.cpp")
|
||||
Reference in New Issue
Block a user