From: Benjamin Kramer Date: Wed, 7 Oct 2015 20:19:25 +0000 (+0000) Subject: Fix a shared CMake build by linking with libclangBasic. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0f50a846cafd43064f0695aeac6417880bead3b;p=clang Fix a shared CMake build by linking with libclangBasic. Patch by Jan Vesely! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249608 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Driver/CMakeLists.txt b/unittests/Driver/CMakeLists.txt index acd0b76a12..2df1eb24fd 100644 --- a/unittests/Driver/CMakeLists.txt +++ b/unittests/Driver/CMakeLists.txt @@ -9,4 +9,5 @@ add_clang_unittest(ClangDriverTests target_link_libraries(ClangDriverTests clangDriver + clangBasic )