mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix build with old CMake versions.
This commit is contained in:
parent
af3e279666
commit
b44d6c3186
1 changed files with 0 additions and 1 deletions
|
|
@ -52,6 +52,5 @@ if(ANDROID)
|
|||
# HACK: accessing mediastreamer2 source directory from here is just wrong!
|
||||
add_custom_target(linphonecore-jni-header
|
||||
COMMAND ${Java_JAVAH_EXECUTABLE} -o "${CMAKE_BINARY_DIR}/linphonecore_jni.h" -classpath "${CMAKE_CURRENT_SOURCE_DIR}/impl:${CMAKE_CURRENT_SOURCE_DIR}/common:${CMAKE_CURRENT_SOURCE_DIR}/../mediastreamer2/java/src" ${JNI_CLASSES}
|
||||
BYPRODUCTS "${CMAKE_BINARY_DIR}/linphonecore_jni.h"
|
||||
)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue