mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 18:36:05 +00:00

The dependencies in clang/lib/IndexSerialization/CMakeLists.txt were incomplete, leading to link errors for a -DBUILD_SHARED_LIBS=True build.
11 lines
145 B
CMake
11 lines
145 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_clang_library(clangIndexSerialization
|
|
SerializablePathCollection.cpp
|
|
|
|
LINK_LIBS
|
|
clangBasic
|
|
)
|