mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-04 21:06:42 +08:00
Added CMake support for SDL3. Now supports including SDL2 or SDL3 as a subdirectory within the project. The system will first check for SDL3, then SDL2. If neither is found, it will attempt find_package(SDL3), followed by find_package(SDL2). If all these checks fail, the process will terminate with an error. |
||
|---|---|---|
| .. | ||
| AddIfFlagCompiles.cmake | ||
| CompileDefinitions.cmake | ||
| CompilerFlags.cmake | ||
| EnumOption.cmake | ||
| GlfwImport.cmake | ||
| InstallConfigurations.cmake | ||
| JoinPaths.cmake | ||
| LibraryConfigurations.cmake | ||
| LibraryPathToLinkerFlags.cmake | ||
| PackConfigurations.cmake | ||
| ParseConfigHeader.cmake | ||
| PopulateConfigVariablesLocally.cmake | ||
| raylib-config-version.cmake | ||
| raylib-config.cmake | ||
| Uninstall.cmake | ||