mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
8 lines
214 B
CMake
8 lines
214 B
CMake
#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
|