mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
Solve merge conflict
Conflicts: CMakeLists.txt
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
// GL Includes
|
// GL Includes
|
||||||
#include <GL\glew.h>
|
#include <GL/glew.h>
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include <glm/gtc/matrix_transform.hpp>
|
#include <glm/gtc/matrix_transform.hpp>
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ using namespace std;
|
|||||||
#include <assimp/scene.h>
|
#include <assimp/scene.h>
|
||||||
#include <assimp/postprocess.h>
|
#include <assimp/postprocess.h>
|
||||||
|
|
||||||
#include "Mesh.h"
|
#include <learnopengl/mesh.h>
|
||||||
|
|
||||||
GLint TextureFromFile(const char* path, string directory);
|
GLint TextureFromFile(const char* path, string directory);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user