天量级等待操作
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user