[CMake] LineEditorTests: Add Support to link_components.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 24 Jul 2014 11:44:33 +0000 (11:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 24 Jul 2014 11:44:33 +0000 (11:44 +0000)
Even if LLVMSupport is added in add_unittests, LLVMSupport may be here as consistency.

llvm-svn: 213854

llvm/unittests/LineEditor/CMakeLists.txt

index c6823d8..70d7497 100644 (file)
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   LineEditor
+  Support
   )
 
 add_llvm_unittest(LineEditorTests