Home | History | Annotate | Line # | Download | only in IndexSerialization
      1 set(LLVM_LINK_COMPONENTS
      2   Support
      3   )
      4 
      5 add_clang_library(clangIndexSerialization
      6   SerializablePathCollection.cpp
      7 
      8   LINK_LIBS
      9   clangBasic
     10   )
     11