summaryrefslogtreecommitdiff
path: root/asl/tests/BUILD.bazel
blob: 6b8509c9c322339d78b2d55ec637d12a6409d87e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2025 Steven Le Rouzic
#
# SPDX-License-Identifier: BSD-3-Clause

cc_library(
    name = "utils",
    hdrs = [
        "types.hpp",
    ],
    deps = [
        "//asl/base",
    ],
    visibility = ["//asl:__subpackages__"],
)