mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-25 12:11:36 +08:00
Merge branch 'master' of https://gitee.com/xia-chu/ZLMediaKit
This commit is contained in:
commit
5bc0f306b7
@ -53,7 +53,7 @@ file(GLOB WEBRTC_SRC_LIST
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/*.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/*.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/*.hpp)
|
||||
add_library(webrtc ${WEBRTC_SRC_LIST})
|
||||
add_library(webrtc STATIC ${WEBRTC_SRC_LIST})
|
||||
add_library(ZLMediaKit::WebRTC ALIAS webrtc)
|
||||
target_compile_definitions(webrtc
|
||||
# ENABLE_SCTP 暂时需要暴露
|
||||
|
Loading…
Reference in New Issue
Block a user