cmake: build tests against installed SDL prefix

This commit is contained in:
Anonymous Maarten
2023-08-02 16:03:32 +02:00
parent 7f888f98f7
commit 75a71bde4b
5 changed files with 48 additions and 4 deletions

View File

@@ -2,8 +2,10 @@
* Intrinsics test suite
*/
#ifndef NO_BUILD_CONFIG
/* Disable intrinsics that are unsupported by the current compiler */
#include <build_config/SDL_build_config.h>
#endif
#include <SDL3/SDL.h>
#include <SDL3/SDL_intrin.h>