diff options
Diffstat (limited to 'llvm/lib/LineEditor/CMakeLists.txt')
-rw-r--r-- | llvm/lib/LineEditor/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/LineEditor/CMakeLists.txt b/llvm/lib/LineEditor/CMakeLists.txt index 4935c176765..59190379406 100644 --- a/llvm/lib/LineEditor/CMakeLists.txt +++ b/llvm/lib/LineEditor/CMakeLists.txt @@ -2,7 +2,7 @@ if(HAVE_LIBEDIT) set(link_libs edit) endif() -add_llvm_library(LLVMLineEditor +add_llvm_component_library(LLVMLineEditor LineEditor.cpp ADDITIONAL_HEADER_DIRS |