forked from GSoC/sdl-2.30.3-kolibri
initial commit
This commit is contained in:
8
include/SDL_revision.h.cmake
Normal file
8
include/SDL_revision.h.cmake
Normal file
@@ -0,0 +1,8 @@
|
||||
#cmakedefine SDL_VENDOR_INFO "@SDL_VENDOR_INFO@"
|
||||
#define SDL_REVISION_NUMBER 0
|
||||
|
||||
#ifdef SDL_VENDOR_INFO
|
||||
#define SDL_REVISION "@SDL_REVISION@ (" SDL_VENDOR_INFO ")"
|
||||
#else
|
||||
#define SDL_REVISION "@SDL_REVISION@"
|
||||
#endif
|
Reference in New Issue
Block a user