[TableGen] Remove unnecessary outer 'if' and merge it's conditions into the inner...
[oota-llvm.git] / unittests / LineEditor / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   LineEditor
3   Support
4   )
5
6 add_llvm_unittest(LineEditorTests
7   LineEditor.cpp
8   )