13 lines · plain
1set(LLVM_LINK_COMPONENTS2 BitReader3 BitstreamReader4 Support)5add_clang_library(clangAPINotes6 APINotesManager.cpp7 APINotesReader.cpp8 APINotesTypes.cpp9 APINotesWriter.cpp10 APINotesYAMLCompiler.cpp11 LINK_LIBS12 clangBasic)13