mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
C++ wrapper: add missing headers for installation
This commit is contained in:
parent
b4e9988c00
commit
44bcd20ef5
1 changed files with 6 additions and 1 deletions
|
|
@ -13,8 +13,13 @@ set(SOURCES
|
|||
)
|
||||
set(GENERATED_HEADERS
|
||||
{{#classes}}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/{{{header}}}
|
||||
include/{{{header}}}
|
||||
{{/classes}}
|
||||
{{#interfaces}}
|
||||
include/{{{header}}}
|
||||
{{/interfaces}}
|
||||
include/linphone.hh
|
||||
include/enums.hh
|
||||
)
|
||||
set(HEADERS
|
||||
${GENERATED_HEADERS}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue