mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 12:02:48 +01:00
5 lines
164 B
CMake
5 lines
164 B
CMake
|
add_custom_target(format-diff
|
||
|
COMMAND python ${CMAKE_SOURCE_DIR}/dist/format.py)
|
||
|
add_custom_target(format
|
||
|
COMMAND python ${CMAKE_SOURCE_DIR}/dist/format.py -i)
|