diff options
author | 3gg <3gg@shellblade.net> | 2024-05-04 16:51:29 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-05-04 16:51:29 -0700 |
commit | 8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 (patch) | |
tree | 763389e42276035ac134d94eb1dc32293b88d807 /src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake |
Initial commit.
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 | ||