1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-02 12:26:48 +01:00

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)