File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,6 @@ if(JSON_STRUCT_OPT_BUILD_BENCHMARKS)
6969 add_subdirectory (performance)
7070endif ()
7171
72- ### clangformat
73- add_custom_target (clangformat
74- COMMAND clang-format -i include /json_struct/json_struct.h
75- WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
76- SOURCES include /json_struct/json_struct.h)
77-
7872### INSTALL
7973include (GNUInstallDirs)
8074include (GenPkgConfig)
Original file line number Diff line number Diff line change @@ -93,8 +93,3 @@ endif()
9393#add_executable(unit-tests-experimental json-struct-array-varlength.cpp)
9494#target_link_libraries(unit-tests-experimental PRIVATE catch_main)
9595
96- add_custom_target (clangformat_tests
97- COMMAND clang-format -i ${unit_test_sources}
98- WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} /tests
99- SOURCES ${unit_test_sources}
100- )
You can’t perform that action at this time.
0 commit comments