mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 18:27:12 +02:00
Fix reformat target
This commit is contained in:
parent
6f03576270
commit
356be2eeff
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ if(CLANG_FORMAT
|
||||||
AND AUTOPEP)
|
AND AUTOPEP)
|
||||||
add_custom_target(
|
add_custom_target(
|
||||||
reformat
|
reformat
|
||||||
DEPENDS reformat-cmake reformat-source reformat-python
|
DEPENDS reformat-cmake reformat-c++ reformat-python
|
||||||
COMMENT "Auto formatting of all source and CMakeLists.txt files")
|
COMMENT "Auto formatting of all source and CMakeLists.txt files")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue