ff windaube veut toujours pas
All checks were successful
Linux arm64 / Build (push) Successful in 2m45s

This commit is contained in:
2025-06-12 17:35:39 +02:00
parent d7f52239f0
commit dd8314f76c
7 changed files with 26 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ target("text")
add_files("./src/TextUI/*.cpp")
add_deps("core")
target("benchmark")
target("bmark")
set_default(false)
set_kind("binary")
add_files("./src/TextUI/*.cpp")
@@ -39,8 +39,8 @@ target("graph")
add_deps("core")
add_packages("sfml")
if is_mode("release") then
add_defines("NDEBUG")
if is_mode("debug") then
add_defines("DEBUG")
end
if is_plat("mingw") then