Fix missing Vulkan dependency of VmaExample

This commit is contained in:
Johannes Schneider 2021-05-28 11:56:59 +02:00
parent d475fbb999
commit 6b733a5ba2
No known key found for this signature in database
GPG Key ID: 630166982479CCF3

View File

@ -108,6 +108,7 @@ if (VMA_BUILD_EXAMPLE_APP)
PRIVATE PRIVATE
VmaLibrary VmaLibrary
Vulkan::Vulkan
) )
else() else()
message(STATUS "VmaExample application is not supported to Linux") message(STATUS "VmaExample application is not supported to Linux")