Fix more missing cmake files in SDL

This commit is contained in:
elasota
2024-08-06 23:49:48 -04:00
parent a2fdfee02a
commit d041871c2f
9 changed files with 913 additions and 2 deletions

View 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