mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 03:09:23 +00:00
Add belle-sip link flags in CMake script to find linphone.
This commit is contained in:
parent
d9370208b0
commit
79213ff28f
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ list(APPEND LINPHONE_LIBRARIES ${ORTP_LIBRARIES} ${MS2_LIBRARIES} ${XML2_LIBRARI
|
|||
list(REMOVE_DUPLICATES LINPHONE_INCLUDE_DIRS)
|
||||
list(REMOVE_DUPLICATES LINPHONE_LIBRARIES)
|
||||
set(LINPHONE_CPPFLAGS "${MS2_CPPFLAGS}")
|
||||
set(LINPHONE_LDFLAGS "${MS2_LDFLAGS}")
|
||||
set(LINPHONE_LDFLAGS "${MS2_LDFLAGS} ${BELLESIP_LDFLAGS}")
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(Linphone
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue