1 | set(LLVM_LINK_COMPONENTS support) |
---|---|
2 | |
3 | add_clang_library(clangToolingInclusions |
4 | HeaderIncludes.cpp |
5 | IncludeStyle.cpp |
6 | |
7 | LINK_LIBS |
8 | clangBasic |
9 | clangLex |
10 | clangRewrite |
11 | clangToolingCore |
12 | ) |
13 |
1 | set(LLVM_LINK_COMPONENTS support) |
---|---|
2 | |
3 | add_clang_library(clangToolingInclusions |
4 | HeaderIncludes.cpp |
5 | IncludeStyle.cpp |
6 | |
7 | LINK_LIBS |
8 | clangBasic |
9 | clangLex |
10 | clangRewrite |
11 | clangToolingCore |
12 | ) |
13 |