Home | History | Annotate | Download | only in AnnotateFunctions
      1 add_llvm_loadable_module(AnnotateFunctions AnnotateFunctions.cpp)
      2 
      3 if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
      4   target_link_libraries(AnnotateFunctions PRIVATE
      5     clangAST
      6     clangBasic
      7     clangFrontend
      8     clangLex
      9     LLVMSupport
     10     )
     11 endif()
     12