This commit is contained in:
2026-02-15 21:44:33 +01:00
parent 2489e5795b
commit 3971801b22
6 changed files with 34 additions and 0 deletions

View File

@@ -13,5 +13,7 @@ compile-features = ["cxx_std_20"]
link-libraries = ["raylib", "fmt"]
[target.DREAM2026.properties]
# properties RUNTIME_OUTPUT_DIRECTORY
CXX_STANDARD = 20
CXX_STANDARD_REQUIRED = true
RUNTIME_OUTPUT_DIRECTORY = "GAME_BUILD"