CMake project
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_image.h>
|
||||
#ifndef __APPLE__
|
||||
# include <SDL2/SDL_image.h>
|
||||
#else
|
||||
# include <SDL2_image/SDL_image.h>
|
||||
#endif
|
||||
#include <cstdio>
|
||||
#include <cmath>
|
||||
#include <memory.h>
|
||||
|
||||
Reference in New Issue
Block a user