Skip to content

Commit

Permalink
moved files for clang-tidy under tool directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fktn-k committed Sep 18, 2023
1 parent 73b2087 commit 88289f9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ endif()
# **DO NOT** put the following lines before configuring clang-format for fkYAML library sources
# to make sure that correctly formatted source files will be tested by clang-tidy.
if(FK_YAML_RunClangTidy)
add_subdirectory(clang_tidy)
add_subdirectory(tool/clang_tidy)
add_dependencies(ClangTidyHelper "${FK_YAML_ClangFormatTargetPrefix}${FK_YAML_TARGET_NAME}")
endif()

Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tool/iwyu/IWYUHelper.cpp.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "fkYAML/@REL_SRC_FILE@" // IWYU pragma: keep

// This is just a dummy main function for compilation.
int main()
{
return 0;
Expand Down

0 comments on commit 88289f9

Please sign in to comment.