Initial commit.
This commit is contained in:
6
cmake/Format.cmake
Normal file
6
cmake/Format.cmake
Normal file
@@ -0,0 +1,6 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user