From 9b0fc3e7b02afe97895eb3e945fe800c3a7485ac Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Tue, 11 Jul 2023 18:40:30 +0200 Subject: [PATCH] Fixes in Cmake scripts after merging #350 (2) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ac8f69..cfc31a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15...3.26) -project(VulkanMemoryAllocator LANGUAGES CXX) +project(VMA LANGUAGES CXX) add_library(VulkanMemoryAllocator INTERFACE) add_library(GPUOpen::VulkanMemoryAllocator ALIAS VulkanMemoryAllocator)