Added missing config header macro to template.

This commit is contained in:
Camilla Berglund 2013-01-28 20:04:57 +01:00
parent 3e78570a31
commit 14f352b9e3
1 changed files with 2 additions and 0 deletions

View File

@ -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