mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix C++ wrapper symbols export.
This commit is contained in:
parent
5fb6ca92a5
commit
87871f56fd
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ add_library(linphone++ SHARED
|
|||
tools.cc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/src/linphone++.cc
|
||||
)
|
||||
target_compile_definitions(linphone++ PRIVATE "-DLINPHONECXX_EXPORTS")
|
||||
target_link_libraries(linphone++
|
||||
PRIVATE ${BCTOOLBOX_CORE_LIBRARIES} ${BELLESIP_LIBRARIES} linphone
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue