mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 21:35:40 +02:00
Bazel build: Update of skylib
This commit is contained in:

committed by
Martin Hořeňovský

parent
97d0b1e00e
commit
4bb7e02a9c
@@ -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"],
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user