mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 03:09:23 +00:00
Fix missing linked library bctoolbox (retrofit of commit 6e72e8)
This commit is contained in:
parent
d6b37286e1
commit
e5ee11ec18
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ if(WIN32)
|
|||
endif()
|
||||
|
||||
add_executable(linphonecsh ${LINPHONECSH_SOURCE_FILES})
|
||||
target_link_libraries(linphonecsh ${LINPHONE_LIBS_FOR_TOOLS} ${ORTP_LIBRARIES})
|
||||
target_link_libraries(linphonecsh ${LINPHONE_LIBS_FOR_TOOLS} ${BCTOOLBOX_CORE_LIBRARIES} ${ORTP_LIBRARIES})
|
||||
set_target_properties(linphonecsh PROPERTIES LINK_FLAGS "${LINPHONE_LDFLAGS}")
|
||||
|
||||
set(INSTALL_TARGETS linphonec linphonecsh)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue