rules_foreign_cc/examples/boost/BUILD

6 lines
125 B
Python

load("//tools/build_defs:boost_build.bzl", "boost_build")
boost_build(
name = "boost",
lib_source = "@boost//:all"
)