Skip to content

Commit

Permalink
Fixes in Cmake scripts after merging #350 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-sawicki-a committed Jul 11, 2023
1 parent 01fe410 commit 9b0fc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 9b0fc3e

Please sign in to comment.