Skip to content
Snippets Groups Projects
Verified Commit daf55add authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#59] Fix Windows CI via static linking VMA

parent 461a41b5
No related branches found
No related tags found
No related merge requests found
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