[clang-tools-extra] r259880 - Unbreak the cmake shared build.
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 5 03:38:50 PST 2016
Author: d0k
Date: Fri Feb 5 05:38:50 2016
New Revision: 259880
URL: http://llvm.org/viewvc/llvm-project?rev=259880&view=rev
Log:
Unbreak the cmake shared build.
Modified:
clang-tools-extra/trunk/clang-tidy/google/CMakeLists.txt
Modified: clang-tools-extra/trunk/clang-tidy/google/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/google/CMakeLists.txt?rev=259880&r1=259879&r2=259880&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/google/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clang-tidy/google/CMakeLists.txt Fri Feb 5 05:38:50 2016
@@ -22,4 +22,5 @@ add_clang_library(clangTidyGoogleModule
clangLex
clangTidy
clangTidyReadabilityModule
+ clangTidyUtils
)
More information about the cfe-commits
mailing list