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