mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 09:49:26 +00:00
Fix build of daemon with CMake.
This commit is contained in:
parent
103f7a6078
commit
6a56550a81
1 changed files with 2 additions and 2 deletions
|
|
@ -114,10 +114,10 @@ apply_compile_flags(DAEMON_PIPETEST_SOURCE_FILES "CPP" "C")
|
|||
|
||||
add_executable(linphone-daemon ${DAEMON_SOURCE_FILES})
|
||||
target_include_directories(linphone-daemon PRIVATE ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_link_libraries(linphone-daemon linphone)
|
||||
target_link_libraries(linphone-daemon linphone ${MEDIASTREAMER2_LIBRARIES})
|
||||
|
||||
add_executable(linphone-daemon-pipetest ${DAEMON_PIPETEST_SOURCE_FILES})
|
||||
target_link_libraries(linphone-daemon-pipetest linphone)
|
||||
target_link_libraries(linphone-daemon-pipetest linphone ${ORTP_LIBRARIES})
|
||||
|
||||
set(INSTALL_TARGETS linphone-daemon linphone-daemon-pipetest)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue