mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
03fcc44664
llvm-svn: 202238
12 lines
141 B
CMake
12 lines
141 B
CMake
if(HAVE_LIBEDIT)
|
|
set(link_libs edit)
|
|
endif()
|
|
|
|
add_llvm_library(LLVMLineEditor
|
|
LineEditor.cpp
|
|
|
|
LINK_LIBS
|
|
LLVMSupport
|
|
${link_libs}
|
|
)
|