Skip to content
This repository was archived by the owner on Feb 26, 2019. It is now read-only.

Commit 049a3e3

Browse files
committed
[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
1 parent 38ad3c9 commit 049a3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/Tooling/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ target_link_libraries(ToolingTests
6262
clangRewrite
6363
clangTooling
6464
clangToolingCore
65+
clangToolingInclusions
6566
clangToolingRefactor
6667
)

0 commit comments

Comments
 (0)