reworked objectmanager
This commit is contained in:
parent
e23d22153c
commit
967bf6b161
7 changed files with 71 additions and 57 deletions
|
@ -23,7 +23,8 @@ add_library(lol STATIC
|
|||
"src/Buffer.cpp"
|
||||
"src/buffers/VertexBuffer.cpp"
|
||||
"src/buffers/ElementBuffer.cpp"
|
||||
"src/Image.cpp")
|
||||
"src/Image.cpp"
|
||||
"src/ObjectManager.cpp")
|
||||
|
||||
target_include_directories(lol PUBLIC
|
||||
${GLM_INCLUDE_DIRS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue