llvm-capstone/clang-tools-extra/clang-reorder-fields/CMakeLists.txt
2018-12-12 08:25:16 +00:00

17 lines
246 B
CMake

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