update readme

This commit is contained in:
2025-03-23 16:53:58 +01:00
parent 92b58c4b98
commit 1781b85332
5 changed files with 21 additions and 7 deletions

View File

@@ -6,6 +6,8 @@ set_languages("c++20")
set_rundir(".")
set_optimize("fastest")
target("core")
set_kind("$(kind)")
add_files("src/Pieces/*.cpp")