mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
cmake: use <inttypes.h> in DOS tests
This commit is contained in:
parent
d2117c4d03
commit
3f4334a92c
1 changed files with 1 additions and 0 deletions
|
|
@ -243,6 +243,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue