Sign in
apache
/
incubator-heron
/
42b87feff8e89f5564f97dec5c8fa87f758ce0aa
/
.
/
third_party
/
yaml-cpp
/
yaml.BUILD
blob: 934aef596bfb2c0780983b09c9ae5f46ab0722bf [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"yaml-cxx"
,
srcs
=
glob
([
"src/**/*.cpp"
,
"src/**/*.h"
,
]),
hdrs
=
glob
([
"include/**/*.h"
,
]),
includes
=
[
"include"
],
linkstatic
=
1
,
)