mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 01:16:26 +00:00

Shove all build system generated headers in include/build_config. Doing this, cmake does not need to copy the headers anymore. This was done for external projects vendoring SDL. See https://github.com/libsdl-org/SDL/issues/6641#issuecomment-1328092535
9 lines
214 B
CMake
9 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
|