next try, this time with vk headers and hpp

This commit is contained in:
2022-06-01 14:41:35 +02:00
parent 95b9a17af4
commit e55808b32f
6 changed files with 295 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ else()
target_link_libraries(sdl_service glad)
endif()
target_link_libraries(sdl_service Vulkan::Headers)
if(VCPKG_TARGET_TRIPLET)
target_link_libraries(sdl_service SDL2::SDL2 SDL2::SDL2main SDL2::SDL2-static)
endif()