瀏覽代碼

Sync SDL3 wiki -> header

SDL Wiki Bot 2 年之前
父節點
當前提交
e0dadba6f5
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/README-cmake.md

+ 3 - 3
docs/README-cmake.md

@@ -155,7 +155,7 @@ When using a compatible version of CMake, it should be possible to:
 
 
 #### Frameworks
 #### 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.
 Only shared frameworks are supported, no static ones.
 
 
 #### Platforms
 #### Platforms
@@ -185,7 +185,7 @@ SDL supports following Apple architectures:
 | x86_64                     | `x86_64`                        |
 | x86_64                     | `x86_64`                        |
 | 32-bit ARM                 | `armv7s`                        |
 | 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
 #### Simulators and/or non-default maxOS platform SDK
 
 
@@ -338,7 +338,7 @@ file(WRITE main.c [===========================================[
 
 
 #include <SDL3/SDL.h>
 #include <SDL3/SDL.h>
 /*
 /*
- * 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[]) {
 int main(int argc, char *argv[]) {