Improve xmake build

This commit is contained in:
Jérôme Leclercq
2021-05-05 14:02:05 +02:00
parent 6ed3d2b144
commit 24c2de405f
10 changed files with 44 additions and 67 deletions

4
thirdparty/xmake.lua vendored Normal file
View File

@@ -0,0 +1,4 @@
target("stb_image")
set_kind("static")
set_group("Thirdparties")
add_files("src/stb/*.cpp")