This commit is contained in:
Anonymous Maarten 2026-06-05 10:43:21 +08:00 committed by GitHub
commit 787ca8341f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 243 additions and 16 deletions

View file

@ -256,6 +256,7 @@ function(add_sdl_test_executable TARGET)
if(AST_NAME83)
set_property(TARGET ${TARGET} PROPERTY OUTPUT_NAME "${AST_NAME83}")
endif()
target_compile_definitions(${TARGET} PRIVATE SDL_INCLUDE_INTTYPES_H)
endif()
if(OPENGL_FOUND)