Add build script for Windows.

Fix build on Windows.
This commit is contained in:
Syoyo Fujita
2016-05-11 23:38:36 +09:00
parent b90f767367
commit e9a7c76c23
3 changed files with 61 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
#include <iostream>
#include <limits>
#include <cmath>
#include <algorithm>
#include <GL/glew.h>
@@ -19,6 +20,7 @@
#include <GLFW/glfw3.h>
#define TINYOBJLOADER_IMPLEMENTATION
#include "../../tiny_obj_loader.h"
#include "trackball.h"