From: Romain Forlot Date: Tue, 15 Aug 2017 17:04:50 +0000 (+0200) Subject: Avoid wrong OPENAPI_DEF variable definition X-Git-Tag: 4.99.1~56 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=735b677e54a31a411fcb770f1f9696f0d606244d;p=staging%2Fxdg-launcher.git Avoid wrong OPENAPI_DEF variable definition Change-Id: I6b38cc6af5a3cb5b86b445149345cd65082ccc8b Signed-off-by: Romain Forlot --- diff --git a/cmake/cmake.d/02-macros.cmake b/cmake/cmake.d/02-macros.cmake index aa7d33d..a085738 100644 --- a/cmake/cmake.d/02-macros.cmake +++ b/cmake/cmake.d/02-macros.cmake @@ -70,6 +70,12 @@ macro(add_input_files INPUT_FILES) COMMAND cp -r ${INPUT_FILES} ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME} ) endmacro() + +# Set the name of the OPENAPI definition JSON file for binding v2 +macro(set_openapi_filename openapi_filename) + set(OPENAPI_DEF ${openapi_filename} CACHE STRING "OpenAPI JSON file name used to generate binding header file before building a binding v2 target.") +endmacro() + # Pre-packaging macro(project_targets_populate) # Default Widget default directory