summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGeorge L. Albany <Megacake1234@gmail.com>2024-11-01 13:08:54 +0000
committerGitHub <noreply@github.com>2024-11-01 13:08:54 +0000
commit8ca6bc2cfb90178d10c2a4a7c502242213bfa645 (patch)
treefde1ad2d0fe41d4e76c75f7bb950ed5be11c3d8a /doc
parentbebc98d4eab0ca9164282d9c0770914025751d24 (diff)
parent246d3ecb5782f1f2db90a910e956fbc006972bd7 (diff)
downloadredot-cpp-8ca6bc2cfb90178d10c2a4a7c502242213bfa645.tar.gz
Merge pull request #3 from Spartan322/fix/docs
Fix README documentation issues
Diffstat (limited to 'doc')
-rw-r--r--doc/cmake.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmake.md b/doc/cmake.md
index 68dbc0a..c81108c 100644
--- a/doc/cmake.md
+++ b/doc/cmake.md
@@ -4,7 +4,7 @@
`CMAKE_BUILD_TYPE`: Compilation target (Debug or Release defaults to Debug)
-### godot-cpp cmake arguments
+### redot-cpp cmake arguments
- `GODOT_GDEXTENSION_DIR`: Path to the directory containing GDExtension interface header and API JSON file
- `GODOT_SYSTEM_HEADERS`: Mark the header files as SYSTEM. This may be useful to suppress warnings in projects including this one.
- `GODOT_WARNING_AS_ERROR`: Treat any warnings as errors