mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 15:06:06 +00:00

Even if LLVMSupport is added in add_unittests, LLVMSupport may be here as consistency. llvm-svn: 213854
9 lines
108 B
CMake
9 lines
108 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
LineEditor
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(LineEditorTests
|
|
LineEditor.cpp
|
|
)
|