mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-20 03:38:28 +00:00
7 lines
184 B
CMake
7 lines
184 B
CMake
#cmakedefine SDL_VENDOR_INFO "@SDL_VENDOR_INFO@"
|
|
|
|
#ifdef SDL_VENDOR_INFO
|
|
#define SDL_REVISION "@SDL_REVISION@ (" SDL_VENDOR_INFO ")"
|
|
#else
|
|
#define SDL_REVISION "@SDL_REVISION@"
|
|
#endif
|