mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Fixed missing tunnel definition in src/
This commit is contained in:
parent
db008cd32f
commit
d9df13ba3d
1 changed files with 3 additions and 1 deletions
|
|
@ -62,7 +62,9 @@ endif()
|
|||
if(BELCARD_FOUND)
|
||||
list(APPEND LIBS ${BELCARD_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if(ENABLE_TUNNEL)
|
||||
add_definitions(-DTUNNEL_ENABLED)
|
||||
endif()
|
||||
|
||||
set(LINPHONE_CXX_OBJECTS_PRIVATE_HEADER_FILES
|
||||
address/address-p.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue