xref: /netbsd-src/external/apache2/llvm/dist/clang/lib/IndexSerialization/CMakeLists.txt (revision a04395531661c5e8d314125d5ae77d4cbedd5d73)
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_library(clangIndexSerialization
6  SerializablePathCollection.cpp
7
8  LINK_LIBS
9  clangBasic
10  )
11