added shader
This commit is contained in:
parent
8f1ea5c7ff
commit
9daa5b5c2c
7 changed files with 173 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
add_executable(visualizer
|
||||
"main.cpp" "Application.cpp"
|
||||
"VertexArrayObject.cpp")
|
||||
"VertexArrayObject.cpp" "Shader.cpp")
|
||||
|
||||
target_sources(visualizer PUBLIC
|
||||
${CMAKE_SOURCE_DIR}/vendor/glad/src/glad.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue