Build rules for interfacing with "foreign" (non-Bazel) build systems (CMake, configure-make, GNU Make, boost, ninja, Meson)
https://bazel-contrib.github.io/rules_foreign_cc/
f61ce5d10b
* Pass toolchain and user env variables to make invocation * Rename configure --> make * Add integration test coverage for make flag passing This requires making the make_simple Makefile more realistic by * using CXX and forwarding it to the wrapper; * using CXXFLAGS instead of CXX_FLAGS and not overwriting its contents. |
||
---|---|---|
.bazelci | ||
.github | ||
docs | ||
examples | ||
foreign_cc | ||
test | ||
toolchains | ||
.bazelignore | ||
.gitignore | ||
.pre-commit-config.yaml | ||
ARCHITECTURE.md | ||
AUTHORS | ||
BUILD.bazel | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
NEWS.md | ||
README.md | ||
WORKSPACE.bazel | ||
version.bzl |
README.md
rules_foreign_cc
Rules for building C/C++ projects using foreign build systems inside Bazel projects.
This is not an officially supported Google product (meaning, support and/or new releases may be limited.)
Documentation
Documentation for all rules and providers are available at: https://bazelbuild.github.io/rules_foreign_cc/
Bazel versions compatibility
Works with Bazel after 4.0.0 without any flags.
Note that the rules may be compatible with older versions of Bazel but support may break in future changes as these older versions are not tested.
News
For more generalized updates, please see NEWS.md or checkout the release notes of current or previous releases