Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2023-02-28 17:30:22 +00:00
parent 99c38268cd
commit 60127460b0
23 changed files with 1908 additions and 1908 deletions

View File

@@ -18,7 +18,7 @@ The CMake build system is supported on the following platforms:
## Building SDL
Assuming the source for SDL is located at `~/sdl`.
Assuming the source for SDL is located at `~/sdl`.
```sh
cmake -S ~/sdl -B ~/build
cmake --build ~/build
@@ -55,7 +55,7 @@ else()
find_package(SDL3 REQUIRED CONFIG REQUIRED COMPONENTS SDL3)
endif()
# Create your game executable target as usual
# Create your game executable target as usual
add_executable(mygame WIN32 mygame.c)
# Link to the actual SDL3 library. SDL3::SDL3 is the shared SDL library, SDL3::SDL3-static is the static SDL libarary.