xref: /aosp_15_r20/external/llvm/unittests/LineEditor/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  LineEditor
3  Support
4  )
5
6add_llvm_unittest(LineEditorTests
7  LineEditor.cpp
8  )
9