Moved main.cpp

This commit is contained in:
Pasha Bibko
2025-11-22 15:59:07 +00:00
parent c12325d30c
commit 02fe285a9d
2 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ add_custom_target(CompileShaders ALL DEPENDS ${SPIRV_BINARY_FILES})
# Creates the output binary
project(VulkanRenderer LANGUAGES CXX)
add_executable(VulkanRenderer
main.cpp
src/main.cpp
src/managers/GLFWManager.h
src/managers/GLFWManager.cpp
src/managers/vulkan/VulkanManagerInit.cpp