blob: 70d7497fed973019de5b9541f83bb4915d2fb05a [file] [log] [blame]
Peter Collingbournec7d437c2014-01-31 23:46:14 +00001set(LLVM_LINK_COMPONENTS
2 LineEditor
NAKAMURA Takumif4d666f2014-07-24 11:44:33 +00003 Support
Peter Collingbournec7d437c2014-01-31 23:46:14 +00004 )
5
6add_llvm_unittest(LineEditorTests
7 LineEditor.cpp
8 )