diff options
Diffstat (limited to 'vendor/vulkan')
-rw-r--r-- | vendor/vulkan/BUILD.bazel | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/vulkan/BUILD.bazel b/vendor/vulkan/BUILD.bazel index 71ef954..791ed15 100644 --- a/vendor/vulkan/BUILD.bazel +++ b/vendor/vulkan/BUILD.bazel @@ -1,3 +1,7 @@ +# Copyright 2025 Steven Le Rouzic
+#
+# SPDX-License-Identifier: BSD-3-Clause
+
cc_library(
name = "vulkan",
hdrs = [
|