link library

This commit is contained in:
Alexander Zhirov 2023-03-20 17:56:47 +03:00
parent 23ab3a990c
commit 1be11fbe9c
1 changed files with 5 additions and 1 deletions

View File

@ -676,3 +676,7 @@ if (${spdlog_FOUND})
else () else ()
message(STATUS "Could NOT find spdlog") message(STATUS "Could NOT find spdlog")
endif () endif ()
target_link_libraries(libtgvoip PRIVATE
${PJSIP_LIBRARIES}
${OPUS_LIBRARIES})