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