Configuring Travis CI with CMake

This commit is contained in:
2017-10-04 21:21:29 -07:00
parent cfd00f40b3
commit ce191bf054
5 changed files with 64 additions and 4 deletions

View File

@@ -7,6 +7,9 @@
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glext.h>
#elif defined(__APPLE__)
#include <OpenGL/gl3.h>
#include <OpenGL/gl3ext.h>
#endif
#include "../3rdparty/tinyxml2/tinyxml2.h"