mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
modified CMakeLists and fixed includes
This commit is contained in:
@@ -16,7 +16,7 @@ using namespace std;
|
||||
#include <assimp/scene.h>
|
||||
#include <assimp/postprocess.h>
|
||||
|
||||
#include "Mesh.h"
|
||||
#include <learnopengl/mesh.h>
|
||||
|
||||
GLint TextureFromFile(const char* path, string directory);
|
||||
|
||||
@@ -208,4 +208,4 @@ GLint TextureFromFile(const char* path, string directory)
|
||||
glBindTexture(GL_TEXTURE_2D, 0);
|
||||
SOIL_free_image_data(image);
|
||||
return textureID;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user