Just use the khronos headers for the checks that need them

This commit is contained in:
Sam Lantinga
2024-01-19 23:55:05 -08:00
parent 4b82bed259
commit 5db543a66a
2 changed files with 8 additions and 5 deletions

View File

@@ -448,7 +448,6 @@ if(USE_GCC OR USE_INTELCC OR (USE_CLANG AND NOT MSVC_CLANG))
else()
sdl_include_directories(NO_EXPORT SYSTEM PUBLIC "$<BUILD_INTERFACE:${SDL3_SOURCE_DIR}/src/video/khronos>")
endif()
list(APPEND CMAKE_REQUIRED_INCLUDES "${SDL3_SOURCE_DIR}/src/video/khronos")
# General source files
sdl_glob_sources(