mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Rename genheders.py into genwrapper.py
This commit is contained in:
parent
dee29cb0d6
commit
c43ce43d56
2 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ configure_file(object.cc src/object.cc COPYONLY)
|
|||
configure_file(object.hh include/object.hh COPYONLY)
|
||||
|
||||
add_custom_command(OUTPUT CMakeLists.txt include/linphone.hh
|
||||
COMMAND ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_SOURCE_DIR}/genheaders.py" "${PROJECT_BINARY_DIR}/coreapi/help/doc/xml"
|
||||
COMMAND ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_SOURCE_DIR}/genwrapper.py" "${PROJECT_BINARY_DIR}/coreapi/help/doc/xml"
|
||||
DEPENDS *.py *.mustache linphone-doc
|
||||
"${PROJECT_BINARY_DIR}/coreapi/help/doc/xml/index.xml"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/c_make_lists.mustache"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue