e4399415b8
* Added `targets` API to all existing build rules * Updated examples * Restore making the make toolchain always available. * Add support for generator cmake parsing and setting CMAKE_MAKE_PROGRAM * Cleaned up duplicate generator arguments * Fixed cmake tests * Updated docs * Addressed PR feedback * Fixed missing and incorrect generators * Fixed `generate_args` name |
||
---|---|---|
.. | ||
bison | ||
cares | ||
curl | ||
gn | ||
iconv | ||
libgit2 | ||
libpng | ||
libssh2 | ||
openssl | ||
pcre | ||
zlib | ||
.gitignore | ||
BUILD.bazel | ||
README.md | ||
WORKSPACE.bazel | ||
repositories.bzl |
README.md
Rules Foreign CC Third Party Examples
This package contains examples of rules_foreign_cc
building common/popular third-party source code.
For more details on how the examples here should be structured. Please see the documentation in @rules_foreign_cc_examples//:README.md.