blob: 5684abf2380d14ccea063a5629737560fc36cd36 [file] [log] [blame]
John Brawn4d79ec72016-08-05 11:01:08 +00001add_llvm_loadable_module(AnnotateFunctions AnnotateFunctions.cpp PLUGIN_TOOL clang)
John Brawn6c789742016-03-15 12:51:40 +00002
3if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
Chris Bieneman28cdb672016-06-09 21:29:55 +00004 target_link_libraries(AnnotateFunctions PRIVATE
John Brawn6c789742016-03-15 12:51:40 +00005 clangAST
NAKAMURA Takumicacd94e2016-04-04 15:30:44 +00006 clangBasic
John Brawn6c789742016-03-15 12:51:40 +00007 clangFrontend
NAKAMURA Takumicacd94e2016-04-04 15:30:44 +00008 clangLex
John Brawn6c789742016-03-15 12:51:40 +00009 LLVMSupport
10 )
11endif()