2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-30 16:42:07 +00:00
rules_foreign_cc/examples/third_party
Javier Maestro be14ccaec5
chore: more precommit hooks (#1325)
Co-authored-by: James Sharpe <james.sharpe@zenotech.com>
2024-11-27 01:20:16 +00:00
..
apr Bump APR version to 1.7.5. Make CI/CD green again. (#1273) 2024-09-04 17:02:11 +01:00
apr_util Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
autotools Add meson support (#986) 2023-06-09 11:29:12 +01:00
bison Fix macOS CI (#1251) 2024-08-08 09:06:50 +00:00
cares chore: more precommit hooks (#1325) 2024-11-27 01:20:16 +00:00
curl add foreign_cc deps to cmake prefix path (#1311) 2024-11-01 15:41:51 +00:00
glib fix meson tests for macOS CI (#1260) 2024-08-14 09:26:35 +01:00
gn
gperftools
iconv Remove tests that depend on shared libraries (#1016) 2023-02-21 10:07:01 +00:00
libgit2 add foreign_cc deps to cmake prefix path (#1311) 2024-11-01 15:41:51 +00:00
libjpeg_turbo
libpng chore: more precommit hooks (#1325) 2024-11-27 01:20:16 +00:00
libssh2 add foreign_cc deps to cmake prefix path (#1311) 2024-11-01 15:41:51 +00:00
log4cxx Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
mesa set CC and CXX and their flags in meson (#1098) 2023-12-11 09:35:14 +00:00
openssl fix: move all bazelbuild links to bazel-contrib (#1315) 2024-11-06 15:35:23 +00:00
pcre Support location expansion and make variable substitution in CMake cache entries (#1272) 2024-09-05 13:58:37 +00:00
python Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
sqlite
subversion Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
zlib chore: more precommit hooks (#1325) 2024-11-27 01:20:16 +00:00
.gitignore chore: more precommit hooks (#1325) 2024-11-27 01:20:16 +00:00
BUILD.bazel fix meson tests for macOS CI (#1260) 2024-08-14 09:26:35 +01:00
README.md
repositories.bzl Add meson support (#986) 2023-06-09 11:29:12 +01:00
setup.bzl
WORKSPACE.bazel Fix //openssl/... by calling openssl_setup() (#1137) 2023-12-20 11:20:56 +00: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.