From 1d3f7760cfc83ca717e7d8371ea0a011c690b6e6 Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Mon, 17 Aug 2026 12:13:04 +0400 Subject: [PATCH] a --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index befd28f..b8be065 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ function(check_option var a) endfunction() # Options -option(STEAM "Build for Steam" OFF) +option(STEAM "Build with Steam Support" OFF) option(DEBUG "Debug mode" ON) option(SANITIZERS "Enable sanitizers" OFF) option(NATIVE "Use native instructions(for local use only)" OFF)