Sign in
android
/
platform
/
external
/
pytorch
/
99d9883a22
/
.
/
third_party
/
fmt.BUILD
blob: ea8c566b98a534a39805e304a10f355db9efc59e [
file
] [
log
] [
blame
]
load
(
"@rules_cc//cc:defs.bzl"
,
"cc_library"
)
cc_library
(
name
=
"fmt"
,
hdrs
=
glob
([
"include/fmt/*.h"
,]),
defines
=
[
"FMT_HEADER_ONLY=1"
],
includes
=
[
"include"
],
visibility
=
[
"//visibility:public"
],
)