brintos

brintos / llvm-project-archived public Read only

0
0
Text · 249 B · c4cd91c Raw
17 lines · plain
1if(HAVE_LIBEDIT)2  set(link_libs LibEdit::LibEdit)3endif()4 5add_llvm_component_library(LLVMLineEditor6  LineEditor.cpp7 8  ADDITIONAL_HEADER_DIRS9  ${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor10 11  LINK_LIBS12  ${link_libs}13 14  LINK_COMPONENTS15  Support16  )17