xref: /netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/CMakeLists.txt (revision e038c9c4676b0f19b1b7dd08a940c6ed64a6d5ae)
1set(LLVM_LINK_COMPONENTS
2  Support)
3add_clang_library(clangAPINotes
4  APINotesTypes.cpp
5  APINotesYAMLCompiler.cpp
6  LINK_LIBS
7    clangBasic)
8