mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
build: don't add SDL3 subfolder to include path for external projects
This commit is contained in:
parent
2af4f74e1c
commit
9f2ca87504
9 changed files with 16 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue