mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fixed issue with linphone_jni.cc generation
This commit is contained in:
parent
5c52c4db70
commit
a342260c21
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ set(LINPHONE_SOURCE_FILES_CXX
|
|||
set(LINPHONE_INCLUDE_DIRS ${LINPHONE_INCLUDE_DIRS})
|
||||
if(ENABLE_JAVA_WRAPPER)
|
||||
list(APPEND LINPHONE_SOURCE_FILES_CXX ${LINPHONE_JNI_SOURCES})
|
||||
set_source_files_properties(${LINPHONE_JNI_SOURCES} PROPERTIES GENERATED TRUE)
|
||||
endif()
|
||||
|
||||
set(LINPHONE_SOURCE_FILES_OBJC)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue