Skip to content

Commit 6b1b15f

Browse files
committed
Fix warnings
1 parent 0f0ddd2 commit 6b1b15f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ target_link_libraries(vma PUBLIC
6767
Vulkan::Headers
6868
GPUOpen::VulkanMemoryAllocator
6969
)
70+
target_include_directories(vma SYSTEM PUBLIC
71+
src/VulkanMemoryAllocator/include
72+
)
7073
target_compile_definitions(vma PUBLIC
7174
VMA_STATIC_VULKAN_FUNCTIONS=0
7275
VMA_DYNAMIC_VULKAN_FUNCTIONS=1

0 commit comments

Comments
 (0)