mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 04:27:39 +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(
|
||||
format
|
||||
COMMAND clang-format
|
||||
-style=file
|
||||
-i
|
||||
${ALL_SOURCE_FILES}
|
||||
COMMAND echo ${ALL_SOURCE_FILES} | xargs clang-format -style=file -i
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue