mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-27 23:38:59 -04:00
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}
|
|
)
|