1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[CMake] LineEditorTests: Add Support to link_components.

Even if LLVMSupport is added in add_unittests, LLVMSupport may be here as consistency.

llvm-svn: 213854
This commit is contained in:
NAKAMURA Takumi 2014-07-24 11:44:33 +00:00
parent 1309e2fc50
commit af05fca14e

View File

@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
LineEditor
Support
)
add_llvm_unittest(LineEditorTests