fix warnings + cland-tidy

This commit is contained in:
2025-07-23 19:18:25 +02:00
parent 705671148b
commit 9477099cfc
13 changed files with 47 additions and 12 deletions

View File

@@ -10,6 +10,10 @@ set_languages("c++17")
set_warnings("all")
if is_mode("release") then
set_warnings("all", "error")
end
target("Tower-Defense2")
add_includedirs("include", {public = true})
set_kind("binary")