Migrate cmake docs to the godot docs.

(cherry picked from commit c7873e1355)
This commit is contained in:
Lukas Tenbrink
2025-10-05 11:10:29 +02:00
committed by David Snopek
parent 8ef809b9b6
commit c1b2eb0d5a
5 changed files with 10 additions and 359 deletions

View File

@@ -12,7 +12,8 @@ function(linux_options)
#[[ Options from SCons
use_llvm : Use the LLVM compiler
Not implemented as compiler selection is managed by CMake. Look to
doc/cmake.rst for examples.
the docs (https://docs.godotengine.org/en/latest/tutorials/scripting/cpp/build_system/cmake.html)
for examples.
]]
option(GODOTCPP_USE_STATIC_CPP "Link libgcc and libstdc++ statically for better portability" ON)
endfunction()