blob: 51cd4afeec0b20cd2f881cce769dc9ffca1c641d [file] [log] [blame]
Alexander Shaposhnikovbf3c84c2016-09-02 02:56:07 +00001set(LLVM_LINK_COMPONENTS support)
2
3add_clang_library(clangReorderFields
4 ReorderFieldsAction.cpp
5
6 LINK_LIBS
7 clangAST
8 clangASTMatchers
9 clangBasic
10 clangIndex
11 clangLex
12 clangToolingCore
13 )
14
15add_subdirectory(tool)