rules_foreign_cc/examples/third_party
UebelAndre e4399415b8
Added "targets" API (#556)
* 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
2021-03-17 13:42:44 +00:00
..
bison Restructured rules to match architecture (#555) 2021-03-12 16:54:14 +00:00
cares Added "targets" API (#556) 2021-03-17 13:42:44 +00:00
curl Added "targets" API (#556) 2021-03-17 13:42:44 +00:00
gn Restructured rules to match architecture (#555) 2021-03-12 16:54:14 +00:00
iconv Added "targets" API (#556) 2021-03-17 13:42:44 +00:00
libgit2 Restructured rules to match architecture (#555) 2021-03-12 16:54:14 +00:00
libpng Restructured rules to match architecture (#555) 2021-03-12 16:54:14 +00:00
libssh2 Restructured rules to match architecture (#555) 2021-03-12 16:54:14 +00:00
openssl Added "targets" API (#556) 2021-03-17 13:42:44 +00:00
pcre Restructured rules to match architecture (#555) 2021-03-12 16:54:14 +00:00
zlib Added "targets" API (#556) 2021-03-17 13:42:44 +00:00
.gitignore Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
BUILD.bazel Added `ninja` rule for building Ninja projects (#527) 2021-03-01 15:46:25 +00:00
README.md Added architecture documentation (#544) 2021-03-09 10:49:13 -08:00
WORKSPACE.bazel Moved `workspace_definitions.bzl` to `foreign_cc/repositories.bzl` to solve for bzl-visibility issues. (#557) 2021-03-12 09:08:13 -08:00
repositories.bzl Added `ninja` rule for building Ninja projects (#527) 2021-03-01 15:46:25 +00:00

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.