天量级等待操作

This commit is contained in:
2026-08-28 23:42:18 +08:00
parent 0f23209ce2
commit 41be8bbfe2
2 changed files with 10 additions and 3 deletions
+2
View File
@@ -11,3 +11,5 @@ if (DEFINED ENV{VULKAN_SDK} OR NOT "$ENV{VULKAN_SDK}" STREQUAL "")
include("${CMAKE_CURRENT_LIST_DIR}/vsg_cesium.cmake")
endif ()
rcl_export_configuration(global)
+8 -3
View File
@@ -33,13 +33,18 @@ block()
-DLWS_WITH_LIBEVENT=OFF
-DLWS_WITH_LIBEV=OFF
)
# Windows v5.0+:
# WebTransport / QUIC can use native SChannel.
# Windows v5.0+ WebTransport / QUIC can use native SChannel.
if (WIN32)
list(APPEND libwebsockets_opts
-DLWS_WITH_SCHANNEL=ON
# The cl.bat compiler wrapper can report a failed include probe
# as successful. MSVC does not provide sys/types.h.
-DLWS_HAVE_SYS_TYPES_H=OFF
# Upstream C sources contain UTF-8 text and build with /WX.
-DCMAKE_C_FLAGS=-utf-8
)
endif ()
set(cmake_library_output_message_log TRUE)
_register_git_cmake_library(global::libwebsockets
"https://github.com/warmcat/libwebsockets.git"
"v5.0.0"
@@ -68,4 +73,4 @@ block()
global::libwebsockets
"unset(libwebsockets_DIR)"
)
endblock()
endblock()