build: don't add SDL3 subfolder to include path for external projects

This commit is contained in:
Anonymous Maarten
2022-11-27 18:36:54 +01:00
committed by Sam Lantinga
parent 2af4f74e1c
commit 9f2ca87504
9 changed files with 16 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
#define SDL_MAIN_HANDLED
#include "SDL.h"
#include <SDL3/SDL.h>
#include <stdio.h>
int main(int argc, char *argv[]) {

View File

@@ -1,4 +1,4 @@
#include "SDL.h"
#include <SDL3/SDL.h>
#include <stdio.h>
int main(int argc, char *argv[]) {

View File

@@ -1,4 +1,4 @@
#include "SDL.h"
#include <SDL3/SDL.h>
#include <stdio.h>
#include EXPORT_HEADER