• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Support)
3add_clang_executable(apinotes-test
4  APINotesTest.cpp
5  )
6clang_target_link_libraries(apinotes-test PRIVATE
7  clangAPINotes)
8