build: Use fairmq-tidy on our own codebase when RUN_FAIRMQ_TIDY=ON

This commit is contained in:
Dennis Klein
2021-06-26 03:01:11 +02:00
parent df43d3ff1f
commit c6e425253a
4 changed files with 58 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ add_executable(${target}
Tool.h
runTool.cpp
)
add_executable("${PROJECT_NAME}::${target}" ALIAS ${target})
target_compile_features(${target} PRIVATE cxx_std_17)
target_link_libraries(${target} PRIVATE clang-cpp LLVM)
target_include_directories(${target} PRIVATE