mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-23 00:09:14 +01:00
5 lines
166 B
CMake
5 lines
166 B
CMake
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)
|