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

@@ -22,7 +22,9 @@
#endif
#define SDL_DYNAMIC_API 0
#ifndef NO_BUILD_CONFIG
#include "../src/SDL_internal.h"
#endif
#include <stdio.h>
#include <string.h>