massive rewrite
This commit is contained in:
parent
4c1c151422
commit
5811d3676a
18 changed files with 442 additions and 151 deletions
|
@ -19,7 +19,7 @@ add_library(lol STATIC
|
|||
"src/Shader.cpp"
|
||||
"src/VertexArrayObject.cpp"
|
||||
"vendor/glad/src/glad.c"
|
||||
"include/lol/Texture.hpp" "src/Texture.cpp" )
|
||||
"include/lol/Texture.hpp" "src/Texture.cpp" "include/lol/util/Enums.hpp" "include/lol/Buffer.hpp" "src/Buffer.cpp" "include/lol/buffers/VertexBuffer.hpp" "src/buffers/VertexBuffer.cpp" "include/lol/buffers/ElementBuffer.hpp" "src/buffers/ElementBuffer.cpp")
|
||||
|
||||
target_include_directories(lol PUBLIC
|
||||
${GLM_INCLUDE_DIRS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue