diff options
author | Alexandre Bouvier <contact@amb.tf> | 2023-06-27 22:54:33 +0200 |
---|---|---|
committer | Alexandre Bouvier <contact@amb.tf> | 2023-07-12 04:51:45 +0200 |
commit | c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3 (patch) | |
tree | e69757e6255f68e5e18f1c8d483323e9a9cdbd4e /externals/vma/vma.cpp | |
parent | 28598c9090bca460714dcbda86c829e57da2888d (diff) |
cmake: allow using system VMA library
Diffstat (limited to 'externals/vma/vma.cpp')
-rw-r--r-- | externals/vma/vma.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/externals/vma/vma.cpp b/externals/vma/vma.cpp deleted file mode 100644 index 1fe2cf52b..000000000 --- a/externals/vma/vma.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project -// SPDX-License-Identifier: GPL-2.0-or-later - -#define VMA_IMPLEMENTATION -#define VMA_STATIC_VULKAN_FUNCTIONS 0 -#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1 - -#include <vk_mem_alloc.h>
\ No newline at end of file |