From: NAKAMURA Takumi Date: Thu, 30 Oct 2014 00:43:44 +0000 (+0000) Subject: [CMake] clangToolingCore requires clangLex. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2be41f2a856cea0717c242f780f2d98e56f6f70c;p=clang [CMake] clangToolingCore requires clangLex. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220889 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Tooling/Core/CMakeLists.txt b/lib/Tooling/Core/CMakeLists.txt index fcf3666f25..7194b2c917 100644 --- a/lib/Tooling/Core/CMakeLists.txt +++ b/lib/Tooling/Core/CMakeLists.txt @@ -6,5 +6,6 @@ add_clang_library(clangToolingCore LINK_LIBS clangBasic clangDriver + clangLex clangRewrite )