From: NAKAMURA Takumi Date: Thu, 24 Jul 2014 11:44:33 +0000 (+0000) Subject: [CMake] LineEditorTests: Add Support to link_components. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4d666f54ca85a8b3ff258bb0aff2f51fc49808f;p=platform%2Fupstream%2Fllvm.git [CMake] LineEditorTests: Add Support to link_components. Even if LLVMSupport is added in add_unittests, LLVMSupport may be here as consistency. llvm-svn: 213854 --- 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