1 | set(LLVM_LINK_COMPONENTS |
---|---|
2 | Support |
3 | ) |
4 | |
5 | add_clang_library(clangCrossTU |
6 | CrossTranslationUnit.cpp |
7 | |
8 | LINK_LIBS |
9 | clangAST |
10 | clangBasic |
11 | clangFrontend |
12 | clangIndex |
13 | ) |
14 |
1 | set(LLVM_LINK_COMPONENTS |
---|---|
2 | Support |
3 | ) |
4 | |
5 | add_clang_library(clangCrossTU |
6 | CrossTranslationUnit.cpp |
7 | |
8 | LINK_LIBS |
9 | clangAST |
10 | clangBasic |
11 | clangFrontend |
12 | clangIndex |
13 | ) |
14 |