xref: /llvm-project/clang/lib/Tooling/Inclusions/CMakeLists.txt (revision 077a2a4bcddf62fd002f80f150ef0e5c785ba89b)
1set(LLVM_LINK_COMPONENTS support)
2
3add_clang_library(clangToolingInclusions
4  HeaderAnalysis.cpp
5  HeaderIncludes.cpp
6  IncludeStyle.cpp
7
8  LINK_LIBS
9  clangBasic
10  clangLex
11  clangToolingCore
12  )
13
14  add_subdirectory(Stdlib)
15