From e7c8e29c1a7b1ac1c3c86dffa79e10bf44ee55b0 Mon Sep 17 00:00:00 2001 From: Lava Block <the@lava-block.com> Date: Mon, 19 Apr 2021 21:56:34 +0200 Subject: [PATCH] update --- CMakeLists.txt | 2 +- ext/Catch2 | 2 +- ext/Vulkan-Headers | 2 +- ext/VulkanMemoryAllocator | 2 +- ext/argh | 2 +- ext/imgui | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef27bcfa..b7e71e53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -182,7 +182,7 @@ add_library(lava.base STATIC target_include_directories(lava.base PUBLIC $<BUILD_INTERFACE:${LIBLAVA_EXT_DIR}/Vulkan-Headers/include> - $<BUILD_INTERFACE:${LIBLAVA_EXT_DIR}/VulkanMemoryAllocator/src> + $<BUILD_INTERFACE:${LIBLAVA_EXT_DIR}/VulkanMemoryAllocator/include> $<BUILD_INTERFACE:${LIBLAVA_EXT_DIR}/volk> ) diff --git a/ext/Catch2 b/ext/Catch2 index e8cdfdca..2dc5a5f4 160000 --- a/ext/Catch2 +++ b/ext/Catch2 @@ -1 +1 @@ -Subproject commit e8cdfdca87ebacd993befdd08ea6aa7e8068ef3d +Subproject commit 2dc5a5f402831a659681b6e7c1ee7f7b93489a82 diff --git a/ext/Vulkan-Headers b/ext/Vulkan-Headers index e1d8c493..074fa305 160000 --- a/ext/Vulkan-Headers +++ b/ext/Vulkan-Headers @@ -1 +1 @@ -Subproject commit e1d8c4931d8e4b6c4a8e633c163ed3aa82d6ac1c +Subproject commit 074fa3055cfee530992bcbfa0fcb23106a82c1ab diff --git a/ext/VulkanMemoryAllocator b/ext/VulkanMemoryAllocator index d1851f0d..59ec0809 160000 --- a/ext/VulkanMemoryAllocator +++ b/ext/VulkanMemoryAllocator @@ -1 +1 @@ -Subproject commit d1851f0ded5e7d5555be3c839a47f057d6952131 +Subproject commit 59ec0809a7176ce6b9fa3d6341b477102ac3d3aa diff --git a/ext/argh b/ext/argh index 4047336e..19b37531 160000 --- a/ext/argh +++ b/ext/argh @@ -1 +1 @@ -Subproject commit 4047336e51853416265a474ed969b2d96b8e69dd +Subproject commit 19b37531c1305c7d74e2b93da9a001a64801b84b diff --git a/ext/imgui b/ext/imgui index 690a90bd..6d538844 160000 --- a/ext/imgui +++ b/ext/imgui @@ -1 +1 @@ -Subproject commit 690a90bd35fe81d84c01c3a0f1bcd6af812d85e6 +Subproject commit 6d5388448794f76cc92576a74ad3cb17da2fca84 -- GitLab