|
|
@ -45,6 +45,11 @@ |
|
|
|
// Define this to 1 if building as a shared library / dynamic library / DLL
|
|
|
|
// Define this to 1 if building as a shared library / dynamic library / DLL
|
|
|
|
#cmakedefine _GLFW_BUILD_DLL 1 |
|
|
|
#cmakedefine _GLFW_BUILD_DLL 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Define this to 1 to disable dynamic loading of gdi32
|
|
|
|
|
|
|
|
#cmakedefine _GLFW_NO_DLOAD_GDI32 1 |
|
|
|
|
|
|
|
// Define this to 1 to disable dynamic loading of winmm
|
|
|
|
|
|
|
|
#cmakedefine _GLFW_NO_DLOAD_WINMM 1 |
|
|
|
|
|
|
|
|
|
|
|
// Define this to 1 if XRandR is available
|
|
|
|
// Define this to 1 if XRandR is available
|
|
|
|
#cmakedefine _GLFW_HAS_XRANDR 1 |
|
|
|
#cmakedefine _GLFW_HAS_XRANDR 1 |
|
|
|
// Define this to 1 if Xf86VidMode is available
|
|
|
|
// Define this to 1 if Xf86VidMode is available
|
|
|
|