projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d51310e
)
[CMake] LineEditorTests: Add Support to link_components.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 24 Jul 2014 11:44:33 +0000
(11:44 +0000)
committer
NAKAMURA 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
patch
|
blob
|
history
diff --git
a/unittests/LineEditor/CMakeLists.txt
b/unittests/LineEditor/CMakeLists.txt
index c6823d8f90983fc1a7bf77466d96128175a94823..70d7497fed973019de5b9541f83bb4915d2fb05a 100644
(file)
--- a/
unittests/LineEditor/CMakeLists.txt
+++ b/
unittests/LineEditor/CMakeLists.txt
@@
-1,5
+1,6
@@
set(LLVM_LINK_COMPONENTS
LineEditor
+ Support
)
add_llvm_unittest(LineEditorTests