]> git.proxmox.com Git - rustc.git/blob - src/llvm/lib/LineEditor/CMakeLists.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / lib / LineEditor / CMakeLists.txt
1 if(HAVE_LIBEDIT)
2 set(link_libs edit)
3 endif()
4
5 add_llvm_library(LLVMLineEditor
6 LineEditor.cpp
7
8 LINK_LIBS
9 LLVMSupport
10 ${link_libs}
11 )