| NAKAMURA Takumi | 9698686 | 2014-02-26 06:41:29 +0000 | [diff] [blame] | 1 | if(HAVE_LIBEDIT) |
| 2 | set(link_libs edit) | ||||
| 3 | endif() | ||||
| 4 | |||||
| Peter Collingbourne | c7d437c | 2014-01-31 23:46:14 +0000 | [diff] [blame] | 5 | add_llvm_library(LLVMLineEditor |
| 6 | LineEditor.cpp | ||||
| Peter Collingbourne | c7d437c | 2014-01-31 23:46:14 +0000 | [diff] [blame] | 7 | |
| NAKAMURA Takumi | 9698686 | 2014-02-26 06:41:29 +0000 | [diff] [blame] | 8 | LINK_LIBS |
| 9 | LLVMSupport | ||||
| 10 | ${link_libs} | ||||
| 11 | ) | ||||