mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
8 lines
124 B
CMake
8 lines
124 B
CMake
|
add_llvm_library(LLVMLineEditor
|
||
|
LineEditor.cpp
|
||
|
)
|
||
|
|
||
|
if(HAVE_LIBEDIT)
|
||
|
target_link_libraries(LLVMLineEditor edit)
|
||
|
endif()
|