Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android12-mainline-networkstack-release
/
.
/
clang
/
lib
/
IndexSerialization
/
CMakeLists.txt
blob: 65a5d20d6a92c2331b589c5793566e3765e1170a [
file
] [
log
] [
blame
] [
edit
]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_library(clangIndexSerialization
SerializablePathCollection.cpp
LINK_LIBS
clangBasic
)