blob: cf564d527d6a8f692599024eed62a4578c3d83ff [file] [log] [blame]
John Brawn6c789742016-03-15 12:51:40 +00001add_llvm_loadable_module(AnnotateFunctions AnnotateFunctions.cpp)
2
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()