Sign in
fuchsia
/
fuchsia
/
refs/heads/sandbox/mseaborn/test-branch
/
.
/
third_party
/
fmtlib
/
BUILD.gn
blob: e843569f005fbbd1a4a59610e5b41e1aa10e0912 [
file
] [
log
] [
blame
] [
edit
]
config
(
"fmtlib_config"
)
{
cflags
=
[
"-Wno-deprecated-literal-operator"
]
include_dirs
=
[
"src/include"
]
}
source_set
(
"fmtlib"
)
{
public_configs
=
[
":fmtlib_config"
]
sources
=
[
"src/src/format.cc"
,
"src/src/os.cc"
,
]
}