SDL/cmake
Brad Smith 0c7042477a cmake: Fix header detection with CheckUSBHID
Make use of check_include_files to be able to also include
stdint.h when checking for the headers. Fixes detection of
usbhid.h on OpenBSD.

/usr/include/usbhid.h:40:2: error: unknown type name 'uint32_t'
   40 |         uint32_t _usage_page;
      |         ^

(cherry picked from commit 410a35fbee)
2026-01-28 07:45:11 -08:00
..
test Port SDL3 release scripts to SDL2 2024-10-01 21:09:41 +02:00
CheckCPUArchitecture.cmake cmake: detect ARM64EC and enable SDL_LIBC by default 2024-07-19 10:20:11 +00:00
macros.cmake cmake: check if CMP0087 exists before setting it (#8613) 2023-11-25 21:42:55 +00:00
sdlchecks.cmake cmake: Fix header detection with CheckUSBHID 2026-01-28 07:45:11 -08:00
sdlfind.cmake cmake: use FindALSA.cmake to find ALSA library 2022-12-11 23:23:45 +01:00
sdlplatform.cmake cmake: port back Apple changes from SDL3 2024-08-14 10:35:43 +00:00