forked from OSchip/llvm-project
[Index] Add clangLex to LINK_LIBS
Without this, builds with `-DSHARED_LIB=ON` fail. llvm-svn: 336526
This commit is contained in:
parent
e60ca777b6
commit
555cbebdf2
|
@ -23,6 +23,7 @@ add_clang_library(clangIndex
|
||||||
clangBasic
|
clangBasic
|
||||||
clangFormat
|
clangFormat
|
||||||
clangFrontend
|
clangFrontend
|
||||||
|
clangLex
|
||||||
clangRewrite
|
clangRewrite
|
||||||
clangSerialization
|
clangSerialization
|
||||||
clangToolingCore
|
clangToolingCore
|
||||||
|
|
Loading…
Reference in New Issue