basic glfw app setup
This commit is contained in:
commit
eed4eec20c
8 changed files with 137 additions and 0 deletions
7
src/CMakeLists.txt
Normal file
7
src/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
add_executable(visualizer
|
||||
"main.cpp" "Application.cpp"
|
||||
)
|
||||
|
||||
target_include_directories(visualizer PUBLIC ${GLFW3_INCLUDE_DIRS})
|
||||
|
||||
target_link_libraries(visualizer PUBLIC ${GLFW3_INCLUDE_DIRS})
|
Loading…
Add table
Add a link
Reference in a new issue