From 2be41f2a856cea0717c242f780f2d98e56f6f70c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 30 Oct 2014 00:43:44 +0000 Subject: [PATCH] [CMake] clangToolingCore requires clangLex. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220889 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Tooling/Core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.40.0