mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Fixes in Cmake scripts after merging #350 (2)
This commit is contained in:
parent
01fe410548
commit
9b0fc3e7b0
@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.15...3.26)
|
cmake_minimum_required(VERSION 3.15...3.26)
|
||||||
|
|
||||||
project(VulkanMemoryAllocator LANGUAGES CXX)
|
project(VMA LANGUAGES CXX)
|
||||||
|
|
||||||
add_library(VulkanMemoryAllocator INTERFACE)
|
add_library(VulkanMemoryAllocator INTERFACE)
|
||||||
add_library(GPUOpen::VulkanMemoryAllocator ALIAS VulkanMemoryAllocator)
|
add_library(GPUOpen::VulkanMemoryAllocator ALIAS VulkanMemoryAllocator)
|
||||||
|
Loading…
Reference in New Issue
Block a user