Add clangBasic to libdeps according to r232051 since the interface of ASTMatchers...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 13 Mar 2015 03:47:43 +0000 (03:47 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 13 Mar 2015 03:47:43 +0000 (03:47 +0000)
llvm-svn: 232138

clang-tools-extra/clang-tidy/tool/CMakeLists.txt
clang-tools-extra/unittests/clang-query/CMakeLists.txt

index a20dcb7..ea65b76 100644 (file)
@@ -8,6 +8,7 @@ add_clang_executable(clang-tidy
 target_link_libraries(clang-tidy
   clangAST
   clangASTMatchers
+  clangBasic
   clangTidy
   clangTidyGoogleModule
   clangTidyLLVMModule
index a96a9bc..2852472 100644 (file)
@@ -14,6 +14,7 @@ add_extra_unittest(ClangQueryTests
 target_link_libraries(ClangQueryTests
   clangAST
   clangASTMatchers
+  clangBasic
   clangDynamicASTMatchers
   clangQuery
   clangTooling