01cf7d3c6d
set them as defines as to not require modifications on enet (add include files)
18 lines
682 B
C
18 lines
682 B
C
//This header is generated by CMake, do not edit it. (Changes will be lost)
|
|
// Instead edit OpenSpades.h.in, and run CMake again.
|
|
|
|
#define OpenSpades_VERSION_MAJOR @OpenSpades_VERSION_MAJOR@
|
|
#define OpenSpades_VERSION_MINOR @OpenSpades_VERSION_MINOR@
|
|
#define OpenSpades_VERSION_REVISION @OpenSpades_VERSION_REVISION@
|
|
|
|
#define OS_STRINGIFY2(x) #x
|
|
#define OS_STRINGIFY(x) OS_STRINGIFY2(x)
|
|
|
|
#define OpenSpades_VER_STR "OpenSpades " OS_STRINGIFY(OpenSpades_VERSION_MAJOR) "." OS_STRINGIFY(OpenSpades_VERSION_MINOR) "." OS_STRINGIFY(OpenSpades_VERSION_REVISION)
|
|
#define PACKAGE_STRING OpenSpades_VER_STR
|
|
|
|
#cmakedefine HAS_OPENAL
|
|
|
|
#cmakedefine RESDIR_DEFINED
|
|
#define RESDIR "${RESDIR}"
|