1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/LineEditor/CMakeLists.txt
2014-02-26 06:41:29 +00:00

12 lines
141 B
CMake

if(HAVE_LIBEDIT)
set(link_libs edit)
endif()
add_llvm_library(LLVMLineEditor
LineEditor.cpp
LINK_LIBS
LLVMSupport
${link_libs}
)