SDL/cmake
Anonymous Maarten 40d8ec4be9 cmake: cannot use CheckSymbolExists for _alloca
_alloca is an intrinsic function on MSVC, which means it has no address and is no symbol.
Hence CheckSymbolExists will always fail finding it.
2025-10-10 17:31:33 +02:00
..
android Add build-release.py updates from satellite libraries 2024-12-08 02:16:02 +01:00
test Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
3rdparty.cmake Remove ARM32 assembly/pixman blitters 2024-07-08 10:53:46 -07:00
cmake_uninstall.cmake.in
CPackProjectConfig.cmake.in
FindFFmpeg.cmake
FindLibUSB.cmake
GetGitRevisionDescription.cmake
GetGitRevisionDescription.cmake.in
macros.cmake cmake: Adjust Enabled Backends list for render drivers to catch opengles2. 2025-09-13 11:28:57 -04:00
PkgConfigHelper.cmake cmake: use correct suffix in PkgConfigHelper 2025-10-03 20:58:45 +02:00
PreseedEmscriptenCache.cmake cmake: cannot use CheckSymbolExists for _alloca 2025-10-10 17:31:33 +02:00
PreseedMSVCCache.cmake cmake: cannot use CheckSymbolExists for _alloca 2025-10-10 17:31:33 +02:00
PreseedNokiaNGageCache.cmake Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
sdl3.pc.in cmake: don't prepend absolute CMAKE_INSTALL_{INCLUDE,LIB}DIR with ${prefix} 2024-09-14 16:21:42 +02:00
SDL3Config.cmake.in cmake: quietly look for SDL3-static and SDL3_test framework in SDL3Config.cmake 2025-10-03 19:14:40 +02:00
SDL3jarTargets.cmake.in
sdlchecks.cmake ci+docs: add fribidi dependency 2025-10-04 21:25:45 +02:00
sdlcommands.cmake cmake: use CONFIGURE_DEPENDS flag in GLOBs 2025-08-28 01:10:16 +00:00
sdlcompilers.cmake cmake: simd detection clean-up for Apple multi-arch configs. 2025-09-02 22:34:10 +03:00
sdlcpu.cmake cmake: detect RISC-V architectures 2025-09-26 21:39:06 +02:00
sdlmanpages.cmake
sdlplatform.cmake cmake: detect RISCOS platform before GNU/Hurd 2025-08-08 12:47:09 -07:00
xxd.py