2021-10-06 16:09:19 +00:00
|
|
|
module(
|
|
|
|
name = "rules_cc",
|
2022-09-23 14:42:18 +00:00
|
|
|
version = "0.0.4",
|
2023-01-11 08:11:34 +00:00
|
|
|
compatibility_level = 1,
|
2021-10-06 16:09:19 +00:00
|
|
|
)
|
|
|
|
|
2023-01-11 12:32:58 +00:00
|
|
|
bazel_dep(name = "platforms", version = "0.0.6")
|
2021-10-06 16:09:19 +00:00
|
|
|
|
2021-11-05 11:21:01 +00:00
|
|
|
cc_configure = use_extension("@rules_cc//cc:extensions.bzl", "cc_configure")
|
2021-10-06 16:09:19 +00:00
|
|
|
use_repo(cc_configure, "local_config_cc_toolchains")
|
2022-09-19 12:03:31 +00:00
|
|
|
|
2022-09-19 12:00:24 +00:00
|
|
|
register_toolchains("@local_config_cc_toolchains//:all")
|
2023-01-11 12:32:58 +00:00
|
|
|
|
2023-01-09 12:52:42 +00:00
|
|
|
bazel_dep(name = "bazel_skylib", version = "1.3.0", dev_dependency = True)
|