rules_foreign_cc/examples/third_party
Javier Maestro 9edaefe13c
fix: move all bazelbuild links to bazel-contrib (#1315)
2024-11-06 15:35:23 +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
autotools
bison Fix macOS CI (#1251) 2024-08-08 09:06:50 +00:00
cares
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
libgit2 add foreign_cc deps to cmake prefix path (#1311) 2024-11-01 15:41:51 +00:00
libjpeg_turbo
libpng Support location expansion and make variable substitution in CMake cache entries (#1272) 2024-09-05 13:58:37 +00:00
libssh2 add foreign_cc deps to cmake prefix path (#1311) 2024-11-01 15:41:51 +00:00
log4cxx
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
sqlite
subversion
zlib Support location expansion and make variable substitution in CMake cache entries (#1272) 2024-09-05 13:58:37 +00:00
.gitignore
BUILD.bazel fix meson tests for macOS CI (#1260) 2024-08-14 09:26:35 +01:00
README.md
WORKSPACE.bazel Fix `//openssl/...` by calling `openssl_setup()` (#1137) 2023-12-20 11:20:56 +00:00
repositories.bzl
setup.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.