1 Star 0 Fork 1

Hic/gflags

forked from third_code/gflags 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Chinen 提交于 2022-01-08 15:02 . Android linking fix (#321)
# Bazel (http://bazel.io/) BUILD file for gflags.
#
# See INSTALL.md for instructions for adding gflags to a Bazel workspace.
licenses(["notice"])
exports_files([
"src/gflags_completions.sh",
"COPYING.txt",
])
config_setting(
name = "x64_windows",
values = {"cpu": "x64_windows"},
)
config_setting(
name = "android",
values = {"crosstool_top": "//external:android/crosstool"},
)
load(":bazel/gflags.bzl", "gflags_library", "gflags_sources")
(hdrs, srcs) = gflags_sources(namespace=["google", "gflags"])
gflags_library(hdrs=hdrs, srcs=srcs, threads=0)
gflags_library(hdrs=hdrs, srcs=srcs, threads=1)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hic_0757/gflags.git
[email protected]:hic_0757/gflags.git
hic_0757
gflags
gflags
master

搜索帮助