mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Use xargs to avoid long command lines
This commit is contained in:
parent
07bc9a7b4b
commit
0b6eb3b30e
1 changed files with 1 additions and 4 deletions
|
@ -52,8 +52,5 @@ endforeach ()
|
||||||
|
|
||||||
add_custom_target(
|
add_custom_target(
|
||||||
format
|
format
|
||||||
COMMAND clang-format
|
COMMAND echo ${ALL_SOURCE_FILES} | xargs clang-format -style=file -i
|
||||||
-style=file
|
|
||||||
-i
|
|
||||||
${ALL_SOURCE_FILES}
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue