mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
build: don't add SDL3 subfolder to include path for external projects
This commit is contained in:
committed by
Sam Lantinga
parent
2af4f74e1c
commit
9f2ca87504
@@ -1,5 +1,5 @@
|
||||
#define SDL_MAIN_HANDLED
|
||||
#include "SDL.h"
|
||||
#include <SDL3/SDL.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "SDL.h"
|
||||
#include <SDL3/SDL.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "SDL.h"
|
||||
#include <SDL3/SDL.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include EXPORT_HEADER
|
||||
|
||||
Reference in New Issue
Block a user