working on command lists

This commit is contained in:
2024-10-13 19:37:58 +02:00
parent 370f0b0f11
commit 0b417483f3
22 changed files with 486 additions and 119 deletions

View File

@@ -41,7 +41,7 @@ end
add_rules("mode.debug", "mode.release")
add_includedirs("Includes")
set_languages("c99", "cxx20")
set_languages("c11", "cxx20")
set_encodings("utf-8")
set_warnings("allextra")