[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / LineEditor / CMakeLists.txt
blob61328f76905a5c8e3541a6effa5965aa086b5b4d
1 if(HAVE_LIBEDIT)
2   set(link_libs edit)
3 endif()
5 add_llvm_component_library(LLVMLineEditor
6   LineEditor.cpp
8   ADDITIONAL_HEADER_DIRS
9   ${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor
11   LINK_LIBS
12   ${link_libs}
14   LINK_COMPONENTS
15   Support
16   )