Added GLFWManager

This commit is contained in:
Pasha Bibko
2025-11-15 17:27:08 +00:00
parent 04ca0d1d69
commit e133929166
5 changed files with 96 additions and 22 deletions

View File

@@ -30,7 +30,9 @@ FetchContent_MakeAvailable(glfw)
# Creates the output binary
project(VulkanRenderer LANGUAGES CXX)
add_executable(VulkanRenderer
main.cpp
main.cpp
src/GLFWManager.h
src/GLFWManager.cpp
)
# Links the libraries to the binary #