File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ function(test_binary target_name)
2+ endfunction()
3+
4+ function(add_c_format_targets targets)
5+ endfunction()
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ add_custom_target(
1717add_custom_target (
1818 cmake-format-fix
1919 COMMAND
20- gersemi --no -warn-about-unknown-commands -i CMakeLists.txt
20+ gersemi --definitions cmake/custom_function_defs.txt -i CMakeLists.txt
2121 tests/CMakeLists.txt cmake/*.cmake
2222 WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR} "
2323)
2424
2525add_custom_target (
2626 cmake-format-check
2727 COMMAND
28- gersemi --no -warn-about-unknown-commands -c CMakeLists.txt
28+ gersemi --definitions cmake/custom_function_defs.txt -c CMakeLists.txt
2929 tests/CMakeLists.txt cmake/*.cmake
3030 WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR} "
3131)
You can’t perform that action at this time.
0 commit comments