mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
Updated list of mustache files in CMakeLists
This commit is contained in:
parent
6c67cb237d
commit
e7ed894fc9
1 changed files with 8 additions and 4 deletions
|
|
@ -26,13 +26,17 @@ add_custom_command(OUTPUT linphone_jni.cc
|
|||
${PROJECT_SOURCE_DIR}/tools/metadoc.py
|
||||
${PROJECT_SOURCE_DIR}/tools/abstractapi.py
|
||||
genwrapper.py
|
||||
wrapper_impl.mustache
|
||||
java_class.mustache
|
||||
java_enum.mustache
|
||||
java_interface_stub.mustache
|
||||
java_interface.mustache
|
||||
jni.mustache
|
||||
linphone-doc
|
||||
"${PROJECT_BINARY_DIR}/coreapi/help/doc/doxygen/xml/index.xml"
|
||||
)
|
||||
|
||||
add_custom_target(linphonej ALL DEPENDS linphone_jni.cc)
|
||||
|
||||
#install(FILES ${CMAKE_CURRENT_BINARY_DIR}/linphone_jni.cc
|
||||
# DESTINATION ${CMAKE_INSTALL_DATADIR}/linphonej
|
||||
#)
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/linphone_jni.cc
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/linphonej
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue