From e0dadba6f5e06a6c0f5a498878ee7b111783a3b5 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 25 Feb 2024 22:26:23 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- docs/README-cmake.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README-cmake.md b/docs/README-cmake.md index 9578f87ca..73f80f21c 100644 --- a/docs/README-cmake.md +++ b/docs/README-cmake.md @@ -155,7 +155,7 @@ When using a compatible version of CMake, it should be possible to: #### Frameworks -Configure with `-DSDL_FRAMEWORK=ON` to build a SDL framework instead of a dylib shared library. +Configure with `-DSDL_FRAMEWORK=ON` to build a SDL framework instead of a dylib shared library. Only shared frameworks are supported, no static ones. #### Platforms @@ -185,7 +185,7 @@ SDL supports following Apple architectures: | x86_64 | `x86_64` | | 32-bit ARM | `armv7s` | -CMake documentation: [link](https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_ARCHITECTURES.html) +CMake documentation: [link](https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_ARCHITECTURES.html) #### Simulators and/or non-default maxOS platform SDK @@ -338,7 +338,7 @@ file(WRITE main.c [===========================================[ #include /* - * SDL3/SDL_main.h is explicitly not included such that a terminal window would appear on Windows. + * SDL3/SDL_main.h is explicitly not included such that a terminal window would appear on Windows. */ int main(int argc, char *argv[]) {