From: Heejin Ahn Date: Mon, 9 Jul 2018 08:54:42 +0000 (+0000) Subject: [Index] Add clangLex to LINK_LIBS X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7f8ffeea4699cbf87133dc75c1cfeda85d5ff68;p=clang [Index] Add clangLex to LINK_LIBS Without this, builds with `-DSHARED_LIB=ON` fail. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336526 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt index c9fbfafcf9..1362143fb0 100644 --- a/lib/Index/CMakeLists.txt +++ b/lib/Index/CMakeLists.txt @@ -23,6 +23,7 @@ add_clang_library(clangIndex clangBasic clangFormat clangFrontend + clangLex clangRewrite clangSerialization clangToolingCore