We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0ddd2 commit 6b1b15fCopy full SHA for 6b1b15f
ext/CMakeLists.txt
@@ -67,6 +67,9 @@ target_link_libraries(vma PUBLIC
67
Vulkan::Headers
68
GPUOpen::VulkanMemoryAllocator
69
)
70
+target_include_directories(vma SYSTEM PUBLIC
71
+ src/VulkanMemoryAllocator/include
72
+)
73
target_compile_definitions(vma PUBLIC
74
VMA_STATIC_VULKAN_FUNCTIONS=0
75
VMA_DYNAMIC_VULKAN_FUNCTIONS=1
0 commit comments