From e0bd755ffbc1b58f206fb818dbcfed5fe254ffe4 Mon Sep 17 00:00:00 2001 From: Jan Kuhlmann <33833587+M2-TE@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:43:01 +0100 Subject: [PATCH] added cmake alias --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c284c581..1ec50ca1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ project(VMA VERSION 3.3.0 LANGUAGES CXX) add_library(VulkanMemoryAllocator INTERFACE) add_library(GPUOpen::VulkanMemoryAllocator ALIAS VulkanMemoryAllocator) +add_library(VulkanMemoryAllocator::Headers ALIAS VulkanMemoryAllocator) target_include_directories(VulkanMemoryAllocator INTERFACE $)