summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/boost/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-tidy/boost/CMakeLists.txt')
-rw-r--r--clang-tools-extra/clang-tidy/boost/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/clang-tools-extra/clang-tidy/boost/CMakeLists.txt b/clang-tools-extra/clang-tidy/boost/CMakeLists.txt
new file mode 100644
index 00000000000..059f6e91eca
--- /dev/null
+++ b/clang-tools-extra/clang-tidy/boost/CMakeLists.txt
@@ -0,0 +1,14 @@
+set(LLVM_LINK_COMPONENTS support)
+
+add_clang_library(clangTidyBoostModule
+ BoostTidyModule.cpp
+ UseToStringCheck.cpp
+
+ LINK_LIBS
+ clangAST
+ clangASTMatchers
+ clangBasic
+ clangLex
+ clangTidy
+ clangTidyUtils
+ )
OpenPOWER on IntegriCloud