tb/Demo/config.h
2014-04-21 14:45:34 +02:00

10 lines
245 B
C

#ifndef DEMO_CONFIG_H
#define DEMO_CONFIG_H
// This sucks, we need to define this to be able to build glfw without
// an extra step after checkout (to generate config.h using cmake).
#define _GLFW_VERSION_FULL "3.0.1"
#endif // DEMO_CONFIG_H