Add samples to BUILD.gn and their deps to DEPS

Also add missing GLFW DEPS entry
This commit is contained in:
Corentin Wallez
2018-08-13 08:23:27 +02:00
committed by Corentin Wallez
parent d2969a7d3d
commit 4d7d1697fa
5 changed files with 164 additions and 5 deletions

View File

@@ -18,9 +18,9 @@
#include "utils/SystemUtils.h"
#include <vector>
#include <glm/glm/glm.hpp>
#include <glm/glm/gtc/matrix_transform.hpp>
#include <glm/glm/gtc/type_ptr.hpp>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
dawn::Device device;