OSDN Git Service

am bb284ab8: am 04092cf9: Merge "Fix corner cases in lit xunit for paths with dots"
[android-x86/external-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   )