llvm-project/clang-tools-extra/clang-include-fixer/plugin/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
227 B
CMake
Raw Normal View History

add_clang_library(clangIncludeFixerPlugin
IncludeFixerPlugin.cpp
LINK_LIBS
clangAST
clangBasic
clangFrontend
clangIncludeFixer
clangParse
clangSema
clangTooling
${LLVM_PTHREAD_LIB}
DEPENDS
omp_gen
)