mirror of
https://github.com/gwm17/glfw.git
synced 2025-02-19 20:18:50 -05:00
Added missing config header macro to template.
This commit is contained in:
parent
3e78570a31
commit
14f352b9e3
|
@ -66,6 +66,8 @@
|
||||||
|
|
||||||
// Define this to 1 if glfwInit should change the current directory
|
// Define this to 1 if glfwInit should change the current directory
|
||||||
#cmakedefine _GLFW_USE_CHDIR
|
#cmakedefine _GLFW_USE_CHDIR
|
||||||
|
// Define this to 1 if glfwCreateWindow should populate the menu bar
|
||||||
|
#cmakedefine _GLFW_USE_MENUBAR
|
||||||
|
|
||||||
// Define this to 1 if using OpenGL as the client library
|
// Define this to 1 if using OpenGL as the client library
|
||||||
#cmakedefine _GLFW_USE_OPENGL
|
#cmakedefine _GLFW_USE_OPENGL
|
||||||
|
|
Loading…
Reference in New Issue
Block a user