John Brawn | 6c78974 | 2016-03-15 12:51:40 +0000 | [diff] [blame] | 1 | add_llvm_loadable_module(AnnotateFunctions AnnotateFunctions.cpp) |
| 2 | |
| 3 | if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN)) |
Chris Bieneman | 28cdb67 | 2016-06-09 21:29:55 +0000 | [diff] [blame^] | 4 | target_link_libraries(AnnotateFunctions PRIVATE |
John Brawn | 6c78974 | 2016-03-15 12:51:40 +0000 | [diff] [blame] | 5 | clangAST |
NAKAMURA Takumi | cacd94e | 2016-04-04 15:30:44 +0000 | [diff] [blame] | 6 | clangBasic |
John Brawn | 6c78974 | 2016-03-15 12:51:40 +0000 | [diff] [blame] | 7 | clangFrontend |
NAKAMURA Takumi | cacd94e | 2016-04-04 15:30:44 +0000 | [diff] [blame] | 8 | clangLex |
John Brawn | 6c78974 | 2016-03-15 12:51:40 +0000 | [diff] [blame] | 9 | LLVMSupport |
| 10 | ) |
| 11 | endif() |