From 049a3e3d0cda2ceece1650e3809e7148fc365e9d Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Mon, 4 Jun 2018 12:04:41 +0000 Subject: [PATCH] [clang][tooling] Don't forget to link to clangToolingInclusions. Fixes build with shared libs, broken by rL333874. Some buildbot converage is sorely missing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333890 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Tooling/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/unittests/Tooling/CMakeLists.txt b/unittests/Tooling/CMakeLists.txt index 24feccc5c4..e9910fb87a 100644 --- a/unittests/Tooling/CMakeLists.txt +++ b/unittests/Tooling/CMakeLists.txt @@ -62,5 +62,6 @@ target_link_libraries(ToolingTests clangRewrite clangTooling clangToolingCore + clangToolingInclusions clangToolingRefactor ) -- 2.40.0