Skip to content

Commit cc12fdb

Browse files
committed
Merge remote-tracking branch 'M2-TE/add-cmake-alias'
2 parents df121de + e0bd755 commit cc12fdb

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)