Created VAO
This commit is contained in:
parent
eeac82d8a1
commit
8f1ea5c7ff
7 changed files with 126 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
add_executable(visualizer
|
||||
"main.cpp" "Application.cpp"
|
||||
)
|
||||
"VertexArrayObject.cpp")
|
||||
|
||||
target_sources(visualizer PUBLIC
|
||||
${CMAKE_SOURCE_DIR}/vendor/glad/src/glad.c
|
||||
|
@ -8,6 +8,7 @@ target_sources(visualizer PUBLIC
|
|||
|
||||
target_include_directories(visualizer PUBLIC
|
||||
${GLFW3_INCLUDE_DIRS}
|
||||
${GLM_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/vendor/glad/include
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue