link library
This commit is contained in:
parent
23ab3a990c
commit
1be11fbe9c
|
@ -675,4 +675,8 @@ if (${spdlog_FOUND})
|
||||||
TGVOIP_USE_SPDLOG)
|
TGVOIP_USE_SPDLOG)
|
||||||
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})
|
||||||
|
|
Loading…
Reference in New Issue