From f4d666f54ca85a8b3ff258bb0aff2f51fc49808f 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. llvm-svn: 213854 --- llvm/unittests/LineEditor/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/unittests/LineEditor/CMakeLists.txt b/llvm/unittests/LineEditor/CMakeLists.txt index c6823d8f..70d7497 100644 --- a/llvm/unittests/LineEditor/CMakeLists.txt +++ b/llvm/unittests/LineEditor/CMakeLists.txt @@ -1,5 +1,6 @@ set(LLVM_LINK_COMPONENTS LineEditor + Support ) add_llvm_unittest(LineEditorTests -- 2.7.4