Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
33c88916
Commit
33c88916
authored
Jan 10, 2018
by
Sylvain Berfini
🎩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed compil by not using linphonecore_jni.cc except on Android
parent
4aa734c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
coreapi/CMakeLists.txt
coreapi/CMakeLists.txt
+3
-1
No files found.
coreapi/CMakeLists.txt
View file @
33c88916
...
...
@@ -115,7 +115,9 @@ if(ENABLE_JAVA_WRAPPER)
list
(
APPEND LINPHONE_SOURCE_FILES_CXX
${
LINPHONE_JNI_SOURCES
}
)
set_source_files_properties
(
${
LINPHONE_JNI_SOURCES
}
PROPERTIES GENERATED TRUE
)
else
()
list
(
APPEND LINPHONE_SOURCE_FILES_C linphonecore_jni.cc
)
if
(
ANDROID
)
list
(
APPEND LINPHONE_SOURCE_FILES_C linphonecore_jni.cc
)
endif
()
endif
()
set
(
LINPHONE_SOURCE_FILES_OBJC
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment