xref: /llvm-project/clang/lib/APINotes/CMakeLists.txt (revision f049395fc8d6d8bbbc711c7a2ce293210c580240)
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