mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-26 06:26:11 -05:00
Use xargs to avoid long command lines
This commit is contained in:
parent
07bc9a7b4b
commit
0b6eb3b30e
@ -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…
x
Reference in New Issue
Block a user