Update xmake.lua

This commit is contained in:
2023-12-28 01:13:40 +01:00
committed by GitHub
parent ac3b28c922
commit a2f9594811

View File

@@ -72,5 +72,7 @@ target("Test")
add_files("test/main.c") add_files("test/main.c")
add_defines("SDL_MAIN_HANDLED")
add_packages("libsdl") add_packages("libsdl")
target_end() target_end()