From c43ce43d5696215e4aa9686eb87cad50bed473ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Wed, 18 Jan 2017 11:35:23 +0100 Subject: [PATCH] Rename genheders.py into genwrapper.py --- wrappers/cpp/CMakeLists.txt | 2 +- wrappers/cpp/{genheaders.py => genwrapper.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename wrappers/cpp/{genheaders.py => genwrapper.py} (100%) diff --git a/wrappers/cpp/CMakeLists.txt b/wrappers/cpp/CMakeLists.txt index a1630a524..bd458ce75 100644 --- a/wrappers/cpp/CMakeLists.txt +++ b/wrappers/cpp/CMakeLists.txt @@ -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" diff --git a/wrappers/cpp/genheaders.py b/wrappers/cpp/genwrapper.py similarity index 100% rename from wrappers/cpp/genheaders.py rename to wrappers/cpp/genwrapper.py