[lldb] Fix "exact match" debug_names type queries (#118465)
[llvm-project.git] / llvm / unittests / LineEditor / CMakeLists.txt
blob70d7497fed973019de5b9541f83bb4915d2fb05a
1 set(LLVM_LINK_COMPONENTS
2   LineEditor
3   Support
4   )
6 add_llvm_unittest(LineEditorTests
7   LineEditor.cpp
8   )