repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc++abi] Build cxxabi with sanitizers (#119612)
[llvm-project.git]
/
llvm
/
utils
/
gn
/
build
/
libs
/
curl
/
BUILD.gn
blob
ba7b50a7723cadc05c80755ce99f92bdbb980907
1
import("//llvm/utils/gn/build/libs/curl/enable.gni")
2
3
config("curl_config") {
4
visibility = [ ":curl" ]
5
libs = [ "curl" ]
6
}
7
8
group("curl") {
9
if (llvm_enable_libcurl) {
10
public_configs = [ ":curl_config" ]
11
}
12
}