Skip to content

Commit

Permalink
sdp, stun, rtp
Browse files Browse the repository at this point in the history
  • Loading branch information
disa6302 committed Jun 18, 2024
1 parent 2dfc41e commit c80e736
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,12 @@ endif()

target_link_libraries(
kvsWebrtcClient
PUBLIC
kvssdp
kvsstun
kvsrtp
PRIVATE kvspicUtils
kvspicState
kvssdp
kvsstun
kvsrtp
${CMAKE_THREAD_LIBS_INIT}
${OPENSSL_SSL_LIBRARY}
${OPENSSL_CRYPTO_LIBRARY}
Expand Down

0 comments on commit c80e736

Please sign in to comment.