From aa4df1b1f07c503b2078cc92ca02df15eae09abe Mon Sep 17 00:00:00 2001 From: PixelyIon Date: Sun, 4 Apr 2021 02:28:49 +0530 Subject: [PATCH] Update NDK to 21.4.7075529 --- app/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 5580b11a..e236e265 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -29,6 +29,7 @@ set(LZ4_BUILD_LEGACY_LZ4C OFF CACHE BOOL "Build lz4c progam with legacy argument add_subdirectory("libraries/lz4/build/cmake") include_directories("libraries/lz4/lib") +# Vulkan + Vulkan-Hpp add_compile_definitions(VK_USE_PLATFORM_ANDROID_KHR) # We want all the Android-specific structures to be defined add_compile_definitions(VULKAN_HPP_NO_SPACESHIP_OPERATOR) # libcxx doesn't implement operator<=> for std::array which breaks this add_compile_definitions(VULKAN_HPP_NO_STRUCT_CONSTRUCTORS) # We want to use designated initializers in Vulkan-Hpp