[llvm] r213854 - [CMake] LineEditorTests: Add Support to link_components.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Jul 24 04:44:34 PDT 2014
Author: chapuni
Date: Thu Jul 24 06:44:33 2014
New Revision: 213854
URL: http://llvm.org/viewvc/llvm-project?rev=213854&view=rev
Log:
[CMake] LineEditorTests: Add Support to link_components.
Even if LLVMSupport is added in add_unittests, LLVMSupport may be here as consistency.
Modified:
llvm/trunk/unittests/LineEditor/CMakeLists.txt
Modified: llvm/trunk/unittests/LineEditor/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/LineEditor/CMakeLists.txt?rev=213854&r1=213853&r2=213854&view=diff
==============================================================================
--- llvm/trunk/unittests/LineEditor/CMakeLists.txt (original)
+++ llvm/trunk/unittests/LineEditor/CMakeLists.txt Thu Jul 24 06:44:33 2014
@@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
LineEditor
+ Support
)
add_llvm_unittest(LineEditorTests
More information about the llvm-commits
mailing list