mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-13 09:56:31 +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)
|