From 3ff1662e6cd15c8e29dcae2c73f766231cafe477 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 10 Apr 2020 08:50:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=B0=20?= =?UTF-8?q?=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=D0=B8=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F=20qt5=5Ftranslati?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cmake-format | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.cmake-format b/.cmake-format index fbddd84..56f4306 100644 --- a/.cmake-format +++ b/.cmake-format @@ -5,22 +5,25 @@ with section("parse"): # Specify structure for custom cmake functions additional_commands = { - 'add_common_library': { 'flags': [], + 'add_common_library': { 'flags' : [], 'kwargs': { 'OUTPUT_NAME': '*', 'SOURCES': '*', - 'TARGET': '*'}}, - 'foo': { 'flags': ['BAR', 'BAZ'], - 'kwargs': {'DEPENDS': '*', 'HEADERS': '*', 'SOURCES': '*'}}, - 'pvs_studio_add_target': { 'flags': [ 'COMPILE_COMMANDS', - 'OUTPUT', - 'HIDE_HELP'], + 'TARGET': '1'}}, + 'qt5_translation': { 'flags' : [], + 'kwargs': { 'TS_DIR': '1', + 'LANGUAGES': '*', + 'SOURCES': '*', + 'TARGET': '1'}}, + 'pvs_studio_add_target': { 'flags' : [ 'COMPILE_COMMANDS', + 'OUTPUT', + 'HIDE_HELP'], 'kwargs': { 'ARGS': '*', 'CONFIG': '*', 'DEPENDS': '*', 'FORMAT': '*', 'MODE': '*', 'TARGET': '*'}}, - 'write_compiler_detection_header': { 'flags': [], + 'write_compiler_detection_header': { 'flags' : [], 'kwargs': { 'COMPILERS': '*', 'FEATURES': '*', 'FILE': '*',