Skip to content
Snippets Groups Projects
Unverified Commit c6aac2f7 authored by TheJackiMonster's avatar TheJackiMonster
Browse files

[#59] Fix Windows CI via static linking VMA

parent 704bca47
No related branches found
No related tags found
1 merge request!76Resolve "Memory-Allocator"
Pipeline #26301 passed
if ((EXISTS "${vkcv_lib_path}/VulkanMemoryAllocator") AND if ((EXISTS "${vkcv_lib_path}/VulkanMemoryAllocator") AND
(EXISTS "${vkcv_lib_path}/VulkanMemoryAllocator-Hpp")) (EXISTS "${vkcv_lib_path}/VulkanMemoryAllocator-Hpp"))
set(VMA_BUILD_SAMPLE OFF CACHE INTERNAL "")
set(VMA_BUILD_SAMPLE_SHADERS OFF CACHE INTERNAL "")
set(VMA_BUILD_REPLAY OFF CACHE INTERNAL "")
set(VMA_RECORDING_ENABLED OFF CACHE INTERNAL "")
set(VMA_USE_STL_CONTAINERS OFF CACHE INTERNAL "")
set(VMA_STATIC_VULKAN_FUNCTIONS ON CACHE INTERNAL "")
set(VMA_DYNAMIC_VULKAN_FUNCTIONS OFF CACHE INTERNAL "")
set(VMA_DEBUG_ALWAYS_DEDICATED_MEMORY OFF CACHE INTERNAL "")
set(VMA_DEBUG_INITIALIZE_ALLOCATIONS OFF CACHE INTERNAL "")
set(VMA_DEBUG_GLOBAL_MUTEX OFF CACHE INTERNAL "")
set(VMA_DEBUG_DONT_EXCEED_MAX_MEMORY_ALLOCATION_COUNT OFF CACHE INTERNAL "")
add_subdirectory(${vkcv_lib}/VulkanMemoryAllocator) add_subdirectory(${vkcv_lib}/VulkanMemoryAllocator)
list(APPEND vkcv_libraries VulkanMemoryAllocator) list(APPEND vkcv_libraries VulkanMemoryAllocator)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment