Feature/VkExtensions+VkLayers (#2)

This commit is contained in:
Preston McGee
2026-05-16 12:48:39 -07:00
committed by GitHub
parent 836012648b
commit a63c271f92
5 changed files with 213 additions and 23 deletions

View File

@@ -56,6 +56,9 @@ target_link_options(maiden_core PRIVATE --coverage)
target_link_options(maiden PRIVATE --coverage)
target_link_options(maiden_test PRIVATE --coverage)
# vulkan necessity
target_compile_definitions(maiden_core PRIVATE VULKAN_HPP_NO_STRUCT_CONSTRUCTORS)
target_link_libraries(maiden PRIVATE
maiden_core
SDL3::SDL3