NazaraEngine/thirdparty/xmake.lua

5 lines
95 B
Lua

target("stb_image")
set_kind("static")
set_group("Thirdparties")
add_files("src/stb/*.cpp")