Fixes in Cmake scripts after merging #350 (2)

This commit is contained in:
Adam Sawicki 2023-07-11 18:40:30 +02:00
parent 01fe410548
commit 9b0fc3e7b0

View File

@ -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)