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;

View File

@@ -18,7 +18,7 @@
#define __STDC_FORMAT_MACROS
#endif
#include "SampleUtils.h"
#include "../SampleUtils.h"
#include "common/Assert.h"
#include "common/Math.h"
@@ -36,6 +36,7 @@
#define TINYGLTF_LOADER_IMPLEMENTATION
#define STB_IMAGE_IMPLEMENTATION
#define PICOJSON_ASSERT ASSERT
#undef __STDC_FORMAT_MACROS
#include <tinygltfloader/tiny_gltf_loader.h>
#include "GLFW/glfw3.h"