2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-28 08:43:26 +00:00
rules_foreign_cc/examples/third_party
2021-06-01 13:59:16 -07:00
..
bison Restructured rules to match architecture (#555) 2021-03-12 16:54:14 +00:00
cares Removed all deprecated attributes (#600) 2021-04-12 15:23:42 +00:00
curl Add config for building with spawn_strategy=standalone (#603) 2021-05-05 17:47:25 -07:00
gn Add config for building with spawn_strategy=standalone (#603) 2021-05-05 17:47:25 -07:00
gperftools Moved configure_use_malloc example to third party examples (#634) 2021-05-21 09:06:59 -07: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
libjpeg_turbo Fixed dangling symlinks in builds (#656) 2021-06-01 13:59:16 -07:00
libpng Add config for building with spawn_strategy=standalone (#603) 2021-05-05 17:47:25 -07:00
libssh2 Fixed dangling symlinks in builds (#656) 2021-06-01 13:59:16 -07: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 Removed all deprecated attributes (#600) 2021-04-12 15:23:42 +00:00
.gitignore
BUILD.bazel Fixed dangling symlinks in builds (#656) 2021-06-01 13:59:16 -07:00
README.md
repositories.bzl Fixed dangling symlinks in builds (#656) 2021-06-01 13:59:16 -07: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

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.