cmake: create SDL3::headers for include path + no exported CMake variables
This commit is contained in:
committed by
Anonymous Maarten
parent
5690dfb65b
commit
93c25e650c
8
cmake/test/inc_sdl_slash.c
Normal file
8
cmake/test/inc_sdl_slash.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "SDL3/SDL.h"
|
||||
#include "SDL3/SDL_main.h"
|
||||
|
||||
void inc_sdl_slash(void) {
|
||||
SDL_SetMainReady();
|
||||
SDL_Init(SDL_INIT_EVERYTHING);
|
||||
SDL_Quit();
|
||||
}
|
||||
Reference in New Issue
Block a user