forked from mirrors/linphone-iphone
Fix missing linked library bctoolbox
This commit is contained in:
parent
3fbe231594
commit
6e72e85bc6
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