Older/WebRTC/CMakeLists.txt
luocai 71485e7975
Some checks failed
Deploy / Build (push) Failing after 1m22s
update.
2025-05-14 17:14:33 +08:00

8 lines
160 B
CMake

add_library(WebRTC
SignalServer.h SignalServer.cpp
WebSocketSignalSession.h WebSocketSignalSession.cpp
)
target_link_libraries(WebRTC
PUBLIC Base
)