Sign in
android
/
platform
/
external
/
pytorch
/
c9caa828f5
/
.
/
third_party
/
mkl_headers.BUILD
blob: 965801c91aa97fcbd4379defa42c5af9a8de5e76 [
file
] [
log
] [
blame
]
load
(
"@rules_cc//cc:defs.bzl"
,
"cc_library"
)
cc_library
(
name
=
"mkl_headers"
,
hdrs
=
glob
([
"include/*.h"
]),
includes
=
[
"include/"
],
visibility
=
[
"//visibility:public"
],
)