From 7f72fae391d1432079cc7e699a72f6ee76a39a38 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Sat, 16 Sep 2023 16:56:23 +0300 Subject: [PATCH] second try to fix vulkan Build --- third-party/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index a3ee0a2fd..0b0db59c7 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -33,6 +33,8 @@ add_subdirectory(winpthread) add_subdirectory(discord-rpc) #=================== toml11 =================== add_subdirectory(toml11) +#=================== vulkan ================== +add_subdirectory(vulkan) #=================== IMGUI =================== set(IMGUI_DIR ${CMAKE_CURRENT_SOURCE_DIR}/imgui)