Made VulkanRenderer.h a PCH

This commit is contained in:
Pasha Bibko
2025-11-15 18:25:49 +00:00
parent 973223c651
commit 2eb357b2ed

View File

@@ -38,6 +38,8 @@ add_executable(VulkanRenderer
src/VulkanRenderer.h
)
target_precompile_headers(VulkanRenderer PRIVATE src/VulkanRenderer.h)
# Links the libraries to the binary #
target_link_libraries(VulkanRenderer PRIVATE
Vulkan::Vulkan