mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
Fix definition of LINPHONE_CPPFLAGS.
This commit is contained in:
parent
96c3cfa3d8
commit
0929db24e9
1 changed files with 4 additions and 1 deletions
|
|
@ -241,11 +241,14 @@ if(MSVC)
|
|||
endif()
|
||||
|
||||
add_definitions("-DLINPHONE_EXPORTS")
|
||||
set(LINPHONE_CPPFLAGS ${MEDIASTREAMER2_CPPFLAGS})
|
||||
set(LINPHONE_CPPFLAGS ${BELCARD_CPPFLAGS} ${BELLESIP_CPPFLAGS} ${MEDIASTREAMER2_CPPFLAGS} ${BCTOOLBOX_CPPFLAGS})
|
||||
if(ENABLE_STATIC)
|
||||
list(APPEND LINPHONE_CPPFLAGS "-DLINPHONE_STATIC")
|
||||
endif()
|
||||
if(LINPHONE_CPPFLAGS)
|
||||
add_definitions(${LINPHONE_CPPFLAGS})
|
||||
endif()
|
||||
|
||||
if(ENABLE_DEBUG_LOGS)
|
||||
add_definitions("-DDEBUG")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue