Alex Bradbury 1ecf120246 [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True
The dependencies in clang/lib/IndexSerialization/CMakeLists.txt were
incomplete, leading to link errors for a -DBUILD_SHARED_LIBS=True build.
2020-08-20 15:12:56 +01:00

11 lines
145 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_library(clangIndexSerialization
SerializablePathCollection.cpp
LINK_LIBS
clangBasic
)