link library
This commit is contained in:
parent
23ab3a990c
commit
1be11fbe9c
|
@ -676,3 +676,7 @@ if (${spdlog_FOUND})
|
|||
else ()
|
||||
message(STATUS "Could NOT find spdlog")
|
||||
endif ()
|
||||
|
||||
target_link_libraries(libtgvoip PRIVATE
|
||||
${PJSIP_LIBRARIES}
|
||||
${OPUS_LIBRARIES})
|
||||
|
|
Loading…
Reference in New Issue