blasphemy

This commit is contained in:
Lauchmelder 2021-12-23 04:19:13 +01:00
parent 923213a650
commit 711d18e718
11 changed files with 74 additions and 35 deletions

View file

@ -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/util/Factory.hpp" )
target_include_directories(lol PUBLIC
${GLM_INCLUDE_DIRS}