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

@ -675,4 +675,8 @@ if (${spdlog_FOUND})
TGVOIP_USE_SPDLOG)
else ()
message(STATUS "Could NOT find spdlog")
endif ()
endif ()
target_link_libraries(libtgvoip PRIVATE
${PJSIP_LIBRARIES}
${OPUS_LIBRARIES})