llvm-project/clang-tools-extra/clang-reorder-fields/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
266 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
FrontendOpenMP
support
)
add_clang_library(clangReorderFields
ReorderFieldsAction.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangIndex
clangLex
clangSerialization
clangToolingCore
)
add_subdirectory(tool)