switch to xmake

This commit is contained in:
2025-11-08 19:01:17 +01:00
parent 86a810b65e
commit 86def65569
15 changed files with 48 additions and 8103 deletions

7
xmake.lua Normal file
View File

@@ -0,0 +1,7 @@
add_requires("glfw", "glad", "glm", "stb")
target("App")
set_kind("binary")
add_files("src/*.cpp")
add_packages("glfw", "glad", "glm", "stb")
set_rundir(".")