Skip to content

Commit 02ed179

Browse files
committed
Update Vulkan Memory Allocator reference in CMakeLists and vcpkg.json
1 parent 4a1e10c commit 02ed179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC
5757
spdlog::spdlog_header_only
5858
tinyobjloader::tinyobjloader
5959
KTX::ktx
60-
VulkanMemoryAllocator::VulkanMemoryAllocator
60+
GPUOpen::VulkanMemoryAllocator
6161

6262
optimized ${VULKAN_LIB}/slang.lib
6363

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"glm",
99
"tinyobjloader",
1010
"spdlog",
11-
"vma",
11+
"vulkan-memory-allocator",
1212
{
1313
"name": "imgui",
1414
"features": ["glfw-binding", "vulkan-binding", "docking-experimental"]

0 commit comments

Comments
 (0)