mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Fix] (MG_Backend/DirectVulkan): make vk_enum_string_helper.h available on Android NDK
This commit is contained in:
@@ -19,3 +19,9 @@
|
|||||||
[submodule "3rdparty/VulkanMemoryAllocator"]
|
[submodule "3rdparty/VulkanMemoryAllocator"]
|
||||||
path = 3rdparty/VulkanMemoryAllocator
|
path = 3rdparty/VulkanMemoryAllocator
|
||||||
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
||||||
|
[submodule "3rdparty/Vulkan-Utility-Libraries"]
|
||||||
|
path = 3rdparty/Vulkan-Utility-Libraries
|
||||||
|
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
|
||||||
|
[submodule "3rdparty/Vulkan-Headers"]
|
||||||
|
path = 3rdparty/Vulkan-Headers
|
||||||
|
url = https://github.com/KhronosGroup/Vulkan-Headers.git
|
||||||
|
|||||||
+1
Submodule 3rdparty/Vulkan-Headers added at ad9ce1235e
+1
Submodule 3rdparty/Vulkan-Utility-Libraries added at 738ec97a3f
@@ -108,6 +108,8 @@ set(SPIRV_CROSS_STATIC ON CACHE BOOL "Prefer static libs" FORCE)
|
|||||||
add_subdirectory(3rdparty/glslang)
|
add_subdirectory(3rdparty/glslang)
|
||||||
add_subdirectory(3rdparty/SPIRV-Cross)
|
add_subdirectory(3rdparty/SPIRV-Cross)
|
||||||
add_subdirectory(3rdparty/VulkanMemoryAllocator)
|
add_subdirectory(3rdparty/VulkanMemoryAllocator)
|
||||||
|
add_subdirectory(3rdparty/Vulkan-Headers)
|
||||||
|
add_subdirectory(3rdparty/Vulkan-Utility-Libraries)
|
||||||
|
|
||||||
set(XXHASH_BUILD_XXHSUM OFF)
|
set(XXHASH_BUILD_XXHSUM OFF)
|
||||||
option(BUILD_SHARED_LIBS OFF)
|
option(BUILD_SHARED_LIBS OFF)
|
||||||
@@ -261,6 +263,7 @@ set(MOBILEGL_LINK_LIBRARIES
|
|||||||
SPIRV-Tools
|
SPIRV-Tools
|
||||||
xxHash::xxhash
|
xxHash::xxhash
|
||||||
GPUOpen::VulkanMemoryAllocator
|
GPUOpen::VulkanMemoryAllocator
|
||||||
|
Vulkan::UtilityHeaders
|
||||||
)
|
)
|
||||||
|
|
||||||
set(MOBILEGL_COMPILE_DEF
|
set(MOBILEGL_COMPILE_DEF
|
||||||
|
|||||||
Reference in New Issue
Block a user