diff options
Diffstat (limited to 'contrib/llvm/lib/LineEditor/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/lib/LineEditor/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/llvm/lib/LineEditor/CMakeLists.txt b/contrib/llvm/lib/LineEditor/CMakeLists.txt deleted file mode 100644 index 0dec256..0000000 --- a/contrib/llvm/lib/LineEditor/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -if(HAVE_LIBEDIT) - set(link_libs edit) -endif() - -add_llvm_library(LLVMLineEditor - LineEditor.cpp - - LINK_LIBS - LLVMSupport - ${link_libs} -) |