16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 08:09:19 +02:00

build system tweaks

This commit is contained in:
milek7
2019-04-05 19:46:53 +02:00
parent 7ea8653988
commit 0861ad9633
3 changed files with 13 additions and 17 deletions

View File

@@ -74,17 +74,11 @@
#include <condition_variable>
#include <typeinfo>
#ifdef EU07_BUILD_STATIC
#define GLEW_STATIC
#else
#ifdef _WIN32
#define GLFW_DLL
#endif // _windows
#endif // build_static
#include <GL/glew.h>
#ifdef _WIN32
#include "GL/wglew.h"
#include <GL/wglew.h>
#endif
#define GLFW_INCLUDE_GLU
#include <GLFW/glfw3.h>