aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/LineEditor/CMakeLists.txt
blob: 70d7497fed973019de5b9541f83bb4915d2fb05a (plain)
1
2
3
4
5
6
7
8
set(LLVM_LINK_COMPONENTS
  LineEditor
  Support
  )

add_llvm_unittest(LineEditorTests
  LineEditor.cpp
  )