mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
af05fca14e
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
|
|
)
|