1set(LLVM_LINK_COMPONENTS 2 BitReader 3 BitstreamReader 4 Support) 5add_clang_library(clangAPINotes 6 APINotesManager.cpp 7 APINotesReader.cpp 8 APINotesTypes.cpp 9 APINotesWriter.cpp 10 APINotesYAMLCompiler.cpp 11 LINK_LIBS 12 clangBasic) 13
1set(LLVM_LINK_COMPONENTS 2 BitReader 3 BitstreamReader 4 Support) 5add_clang_library(clangAPINotes 6 APINotesManager.cpp 7 APINotesReader.cpp 8 APINotesTypes.cpp 9 APINotesWriter.cpp 10 APINotesYAMLCompiler.cpp 11 LINK_LIBS 12 clangBasic) 13