diff options
Diffstat (limited to 'src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake')
-rw-r--r-- | src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake b/src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake new file mode 100644 index 0000000..84e5f41 --- /dev/null +++ b/src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake | |||
@@ -0,0 +1,8 @@ | |||
1 | #cmakedefine SDL_VENDOR_INFO "@SDL_VENDOR_INFO@" | ||
2 | #define SDL_REVISION_NUMBER 0 | ||
3 | |||
4 | #ifdef SDL_VENDOR_INFO | ||
5 | #define SDL_REVISION "@SDL_REVISION@ (" SDL_VENDOR_INFO ")" | ||
6 | #else | ||
7 | #define SDL_REVISION "@SDL_REVISION@" | ||
8 | #endif | ||