1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-30 00:55:33 +01:00
2018-02-27 18:06:05 +01:00

7 lines
277 B
CMake

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