-
TheJackiMonster authored
Signed-off-by:
TheJackiMonster <thejackimonster@gmail.com>
TheJackiMonster authoredSigned-off-by:
TheJackiMonster <thejackimonster@gmail.com>
VulkanMemoryAllocator.cmake 433 B
if ((EXISTS "${vkcv_lib_path}/VulkanMemoryAllocator") AND
(EXISTS "${vkcv_lib_path}/VulkanMemoryAllocator-Hpp"))
add_subdirectory(${vkcv_lib}/VulkanMemoryAllocator)
list(APPEND vkcv_libraries VulkanMemoryAllocator)
list(APPEND vkcv_includes ${vkcv_lib_path}/VulkanMemoryAllocator-Hpp)
message(${vkcv_config_msg} " VMA - ")
else()
message(WARNING "VulkanMemoryAllocator is required..! Update the submodules!")
endif ()