cmake+tests: include SDL_build_config.h in select tests + add include paths
This commit is contained in:
committed by
Ozkan Sezer
parent
0bd5ce13db
commit
c30903882b
@@ -1,6 +1,10 @@
|
||||
/**
|
||||
* Intrinsics test suite
|
||||
*/
|
||||
|
||||
/* Disable intrinsics that are unsupported by the current compiler */
|
||||
#include <build_config/SDL_build_config.h>
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3/SDL_intrin.h>
|
||||
#include <SDL3/SDL_test.h>
|
||||
|
||||
Reference in New Issue
Block a user