Revert new libraries

This commit is contained in:
Eidolon 2025-03-11 18:38:21 -05:00
parent 501f9b6aed
commit a1d4bf6b22
8 changed files with 1 additions and 24682 deletions

View file

@ -1616,7 +1616,7 @@ met:
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@ -1641,13 +1641,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- stb_vorbis + stb_rect_pack
Copyright (c) 2017 Sean Barrett
https://github.com/nothings/stb
- volk
Copyright (c) 2018-2025 Arseny Kapoulkine
https://github.com/zeux/volk
- VulkanMemoryAllocator
Copyright (c) 2017-2025 Advanced Micro Devices, Inc.
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
--------------------------------------------------------------------------------
Permission is hereby granted, free of charge, to any person obtaining a copy

View file

@ -15,5 +15,3 @@ add_subdirectory(tracy)
add_subdirectory(libwebm)
add_subdirectory(fmt)
add_subdirectory(volk)
add_subdirectory(vma)

View file

@ -1,9 +0,0 @@
# Update from https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
# VulkanMemoryAllocator version 3.2.1
# License: MIT
add_library(VulkanMemoryAllocator STATIC src/vk_mem_alloc.cpp)
target_include_directories(VulkanMemoryAllocator PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_compile_features(VulkanMemoryAllocator PUBLIC cxx_std_17)
set_target_properties(VulkanMemoryAllocator PROPERTIES CXX_STANDARD 17)
add_library(GPUOpen::VulkanMemoryAllocator ALIAS VulkanMemoryAllocator)

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
#define VMA_IMPLEMENTATION
#include <vk_mem_alloc.h>

View file

@ -1,9 +0,0 @@
# Update from https://github.com/zeux/volk
# volk 1.4.304
# License: MIT
add_library(volk STATIC src/volk.c)
target_include_directories(volk PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_compile_features(volk INTERFACE cxx_std_17)
target_compile_features(volk INTERFACE c_std_11)
add_library(volk::volk ALIAS volk)

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff