• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_loadable_module(AnnotateFunctions AnnotateFunctions.cpp)
2
3if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
4  target_link_libraries(AnnotateFunctions PRIVATE
5    clangAST
6    clangBasic
7    clangFrontend
8    clangLex
9    LLVMSupport
10    )
11endif()
12