Skip to content

Commit

Permalink
[CPU] Introduce clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDuplensky committed Dec 5, 2024
1 parent 6d9bd0e commit 4395706
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/intel_cpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ if(BUILD_SHARED_LIBS)
set_target_properties(${TARGET_NAME}_obj PROPERTIES INTERPROCEDURAL_OPTIMIZATION_RELEASE ${ENABLE_LTO})
endif()

ov_add_clang_format_target(${TARGET_NAME}_clang FOR_TARGETS ${TARGET_NAME})

if(ENABLE_TESTS)
add_subdirectory(tests)
endif()

0 comments on commit 4395706

Please sign in to comment.