forked from OSchip/llvm-project
8 lines
98 B
CMake
8 lines
98 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
LineEditor
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(LineEditorTests
|
||
|
LineEditor.cpp
|
||
|
)
|