Vulkan-HeadersΒΆ
- Official
- Example
- Added by Rahul Sheth (pr-67)
hunter_add_package(Vulkan-Headers)
find_package(Vulkan-Headers CONFIG REQUIRED)
add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC Vulkan-Headers::Vulkan-Headers)
hunter_add_package(Vulkan-Headers)
find_package(Vulkan-Headers CONFIG REQUIRED)
add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC Vulkan-Headers::Vulkan-Headers)