Update external modules (#1755)

* Update flatbuffers to 24.3.25

* Update protobuf to 27.1

* Update mbedtls to 3.6.0

* Change source of Vulkan SDK

* Readd directx-sdk

* Windows Fix?

* Update qt5_6.yml

* Typo

* Revert "Update qt5_6.yml"

This reverts commit cf8db993ec.

---------

Co-authored-by: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com>
This commit is contained in:
LordGrey
2024-06-14 20:39:27 +02:00
committed by GitHub
parent 1fd40571af
commit 943f9e22f3
5 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
add_compile_definitions("_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR")
# set and compile proto schema
set(ProtoServer_PROTOS ${CMAKE_SOURCE_DIR}/libsrc/protoserver/message.proto)
protobuf_generate_cpp(ProtoServer_PROTO_SRCS ProtoServer_PROTO_HDRS ${ProtoServer_PROTOS})