Explicitly disable inclusion for test and examples

Thank you, Travis CI, for reminding me that one cannot disable a header
with inclusion guards if it doesn't exist.

(cherry picked from commit 537ea4ccf1)
This commit is contained in:
Camilla Löwy
2019-05-24 17:17:15 +02:00
parent b962ef1241
commit f2208ab135
28 changed files with 28 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <time.h>