Bazel build: Update of skylib

This commit is contained in:
Vertexwahn
2022-09-18 15:03:38 +02:00
committed by Martin Hořeňovský
parent 97d0b1e00e
commit 4bb7e02a9c
4 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,3 @@
# Load the cc_library rule.
load("@rules_cc//cc:defs.bzl", "cc_library")
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
expand_template(
@@ -88,4 +86,4 @@ cc_library(
linkstatic = True,
visibility = ["//visibility:public"],
deps = [":catch2"],
)
)