diff options
Diffstat (limited to 'llvm/unittests/LineEditor/CMakeLists.txt')
-rw-r--r-- | llvm/unittests/LineEditor/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/unittests/LineEditor/CMakeLists.txt b/llvm/unittests/LineEditor/CMakeLists.txt new file mode 100644 index 00000000000..c6823d8f909 --- /dev/null +++ b/llvm/unittests/LineEditor/CMakeLists.txt @@ -0,0 +1,7 @@ +set(LLVM_LINK_COMPONENTS + LineEditor + ) + +add_llvm_unittest(LineEditorTests + LineEditor.cpp + ) |