Alexander Shaposhnikov | bf3c84c | 2016-09-02 02:56:07 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS support) |
2 | |||||
3 | add_clang_library(clangReorderFields | ||||
4 | ReorderFieldsAction.cpp | ||||
5 | |||||
6 | LINK_LIBS | ||||
7 | clangAST | ||||
8 | clangASTMatchers | ||||
9 | clangBasic | ||||
10 | clangIndex | ||||
11 | clangLex | ||||
12 | clangToolingCore | ||||
13 | ) | ||||
14 | |||||
15 | add_subdirectory(tool) |