[clang-tools-extra] r267739 - [find-all-symbols] Also update unittest dependencies.
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 27 09:56:29 PDT 2016
Author: d0k
Date: Wed Apr 27 11:56:29 2016
New Revision: 267739
URL: http://llvm.org/viewvc/llvm-project?rev=267739&view=rev
Log:
[find-all-symbols] Also update unittest dependencies.
Modified:
clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt
Modified: clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt?rev=267739&r1=267738&r2=267739&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt Wed Apr 27 11:56:29 2016
@@ -13,6 +13,8 @@ add_extra_unittest(FindAllSymbolsTests
)
target_link_libraries(FindAllSymbolsTests
+ clangAST
+ clangASTMatchers
clangBasic
clangFrontend
clangTooling
More information about the cfe-commits
mailing list