mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 14:03:52 +00:00
22 lines
766 B
CMake
22 lines
766 B
CMake
/* Configure build time options of GLFW */
|
|
|
|
/* Define this to 1 if XRandR is available */
|
|
#cmakedefine _GLFW_HAS_XRANDR 1
|
|
/* Define this to 1 if Xf86VidMode is available */
|
|
#cmakedefine _GLFW_HAS_XF86VIDMODE 1
|
|
|
|
/* Define this to 1 if glXGetProcAddress is available */
|
|
#cmakedefine _GLFW_HAS_GLXGETPROCADDRESS 1
|
|
/* Define this to 1 if glXGetProcAddressARB is available */
|
|
#cmakedefine _GLFW_HAS_GLXGETPROCADDRESSARB 1
|
|
/* Define this to 1 if glXGetProcAddressEXT is available */
|
|
#cmakedefine _GLFW_HAS_GLXGETPROCADDRESSEXT 1
|
|
|
|
/* Define this to 1 to not load gdi32.dll dynamically */
|
|
#cmakedefine _GLFW_NO_DLOAD_GDI32 1
|
|
/* Define this to 1 to not load winmm.dll dynamically */
|
|
#cmakedefine _GLFW_NO_DLOAD_WINMM 1
|
|
|
|
#define _GLFW_VERSION_FULL "@GLFW_VERSION_FULL@"
|
|
|