Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
036f713f172e18acfa286ad0ddc79aaa70a42d63
/
.
/
llvm
/
unittests
/
LineEditor
/
CMakeLists.txt
blob: c6823d8f90983fc1a7bf77466d96128175a94823 [
file
] [
log
] [
blame
]
Peter Collingbourne
c7d437c
2014-01-31 23:46:14 +0000
[
diff
] [
blame
]
1
set(LLVM_LINK_COMPONENTS
2
LineEditor
3
)
4
5
add_llvm_unittest(LineEditorTests
6
LineEditor.cpp
7
)