2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-28 08:43:26 +00:00
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/
Find a file
2021-07-12 07:43:46 -07:00
.bazelci Build make windows (#716) 2021-07-12 07:17:18 -07:00
.github
docs Fixed build badge in docs. (#719) 2021-07-12 07:43:46 -07:00
examples Build make windows (#716) 2021-07-12 07:17:18 -07:00
foreign_cc Build make windows (#716) 2021-07-12 07:17:18 -07:00
test
toolchains Added cmake 3.20.5 and all other final releases of 3.X (#698) 2021-06-28 15:22:06 +00:00
.bazelignore
.gitignore
.pre-commit-config.yaml
ARCHITECTURE.md
AUTHORS
BUILD.bazel
CODEOWNERS
CONTRIBUTING.md
LICENSE
NEWS.md
README.md
version.bzl
WORKSPACE.bazel

rules_foreign_cc

Build status

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 3.7.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

Design document

External C/C++ libraries rules