xref: /llvm-project/llvm/unittests/LineEditor/CMakeLists.txt (revision f4d666f54ca85a8b3ff258bb0aff2f51fc49808f)
1set(LLVM_LINK_COMPONENTS
2  LineEditor
3  Support
4  )
5
6add_llvm_unittest(LineEditorTests
7  LineEditor.cpp
8  )
9