1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-25 13:08:34 +01:00

5 lines
166 B
CMake
Raw Normal View History

add_custom_target(format-diff
COMMAND python2 ${CMAKE_SOURCE_DIR}/dist/format.py)
add_custom_target(format
COMMAND python2 ${CMAKE_SOURCE_DIR}/dist/format.py -i)