[clang-tools-extra] r250166 - Appeasing build bots by linking in the proper libraries.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 13 08:42:06 PDT 2015
Author: aaronballman
Date: Tue Oct 13 10:42:06 2015
New Revision: 250166
URL: http://llvm.org/viewvc/llvm-project?rev=250166&view=rev
Log:
Appeasing build bots by linking in the proper libraries.
Modified:
clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CMakeLists.txt
Modified: clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CMakeLists.txt?rev=250166&r1=250165&r2=250166&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CMakeLists.txt Tue Oct 13 10:42:06 2015
@@ -13,6 +13,7 @@ add_clang_library(clangTidyCppCoreGuidel
clangBasic
clangLex
clangTidy
+ clangTidyMiscModule
clangTidyUtils
clangTooling
)
More information about the cfe-commits
mailing list