mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 19:07:40 +00:00
cmake+tests: include SDL_build_config.h in select tests + add include paths
This commit is contained in:
parent
0bd5ce13db
commit
c30903882b
3 changed files with 22 additions and 5 deletions
|
@ -1,6 +1,10 @@
|
|||
/**
|
||||
* SysWM test suite
|
||||
*/
|
||||
|
||||
/* Avoid inclusion of e.g. X11 headers when these are not installed */
|
||||
#include <build_config/SDL_build_config.h>
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3/SDL_syswm.h>
|
||||
#include <SDL3/SDL_test.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue