From 0fe305de89f90edd2642dd0f74f41b94715f9572 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 24 Jul 2014 11:44:33 +0000 Subject: [PATCH] [CMake] LineEditorTests: Add Support to link_components. 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/unittests/LineEditor/CMakeLists.txt b/unittests/LineEditor/CMakeLists.txt index c6823d8f909..70d7497fed9 100644 --- a/unittests/LineEditor/CMakeLists.txt +++ b/unittests/LineEditor/CMakeLists.txt @@ -1,5 +1,6 @@ set(LLVM_LINK_COMPONENTS LineEditor + Support ) add_llvm_unittest(LineEditorTests -- 2.11.0