fix xmake.lua

This commit is contained in:
2025-11-09 15:20:13 +01:00
parent 9e6088f9bf
commit e940b670d2

View File

@@ -1,3 +1,5 @@
add_rules("mode.debug", "mode.release")
add_requires("glfw", "glad", "glm", "stb") add_requires("glfw", "glad", "glm", "stb")
target("App") target("App")