From ab68c640a44d50ddaae741b49c33560c546d9a8a Mon Sep 17 00:00:00 2001 From: heaven Date: Sun, 15 Feb 2026 21:45:33 +0100 Subject: [PATCH] Removed 1 line --- cmake.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake.toml b/cmake.toml index fe7b0e2..66f573b 100644 --- a/cmake.toml +++ b/cmake.toml @@ -13,7 +13,6 @@ 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"