Sign in
llvm
/
llvm-project
/
llvm
/
5d3da1589be9d93ba326b404bd2c2e835ebfeac0
/
.
/
lib
/
LineEditor
/
CMakeLists.txt
blob: c4cd91cbb0cd9e9ecb5597319aa3951846b3a969 [
file
]
if(HAVE_LIBEDIT)
set(link_libs LibEdit::LibEdit)
endif()
add_llvm_component_library(LLVMLineEditor
LineEditor.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor
LINK_LIBS
${link_libs}
LINK_COMPONENTS
Support
)