mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Fix compilation with CMake.
This commit is contained in:
parent
4a814588b5
commit
f8f17140ca
2 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ include_directories(
|
|||
include/
|
||||
coreapi/
|
||||
${CMAKE_CURRENT_BINARY_DIR}/coreapi/
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../cmake/libxml2/
|
||||
)
|
||||
|
||||
include_directories(
|
||||
|
|
|
|||
|
|
@ -74,11 +74,13 @@ set(SOURCE_FILES
|
|||
offeranswer.c
|
||||
presence.c
|
||||
proxy.c
|
||||
remote_provisioning.c
|
||||
sal.c
|
||||
siplogin.c
|
||||
sipsetup.c
|
||||
#TunnelManager.cc
|
||||
xml.c
|
||||
xml2lpc.c
|
||||
bellesip_sal/sal_impl.h
|
||||
enum.h
|
||||
event.h
|
||||
|
|
@ -90,6 +92,7 @@ set(SOURCE_FILES
|
|||
offeranswer.h
|
||||
private.h
|
||||
sipsetup.h
|
||||
xml2lpc.h
|
||||
)
|
||||
|
||||
add_definitions(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue