[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213854 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/LineEditor/CMakeLists.txt

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