repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MIPS GlobalISel] Select MSA vector generic and builtin add
[llvm-complete.git]
/
utils
/
gn
/
build
/
libs
/
terminfo
/
BUILD.gn
blob
10003d61c4df91d45d91b702dfb6733e7514a4b2
1
import("//llvm/utils/gn/build/libs/terminfo/enable.gni")
2
3
config("terminfo_config") {
4
visibility = [ ":terminfo" ]
5
libs = [ "ncurses" ]
6
}
7
8
group("terminfo") {
9
if (llvm_enable_terminfo) {
10
public_configs = [ ":terminfo_config" ]
11
}
12
}