Skip to content

Commit e0bd755

Browse files
committed
added cmake alias
1 parent e722e57 commit e0bd755

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ project(VMA VERSION 3.3.0 LANGUAGES CXX)
2626

2727
add_library(VulkanMemoryAllocator INTERFACE)
2828
add_library(GPUOpen::VulkanMemoryAllocator ALIAS VulkanMemoryAllocator)
29+
add_library(VulkanMemoryAllocator::Headers ALIAS VulkanMemoryAllocator)
2930

3031
target_include_directories(VulkanMemoryAllocator INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
3132

0 commit comments

Comments
 (0)