summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/llvm/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-tidy/llvm/CMakeLists.txt')
-rw-r--r--clang-tools-extra/clang-tidy/llvm/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/clang-tools-extra/clang-tidy/llvm/CMakeLists.txt b/clang-tools-extra/clang-tidy/llvm/CMakeLists.txt
new file mode 100644
index 00000000000..58ceb06f2d5
--- /dev/null
+++ b/clang-tools-extra/clang-tidy/llvm/CMakeLists.txt
@@ -0,0 +1,10 @@
+set(LLVM_LINK_COMPONENTS support)
+
+add_clang_library(clangTidyLLVMModule
+ LLVMTidyModule.cpp
+ )
+target_link_libraries(clangTidyLLVMModule
+ clangTooling
+ clangBasic
+ clangASTMatchers
+ )
OpenPOWER on IntegriCloud