mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-05-01 19:23:06 +03:00
Add linter workflow (#33)
This commit is contained in:
5
third_party/dirent/BUILD.bazel
vendored
5
third_party/dirent/BUILD.bazel
vendored
@@ -1,13 +1,14 @@
|
||||
# Description:
|
||||
# This project provides Linux compatible Dirent interface for Microsoft Windows.
|
||||
#
|
||||
load("@rules_cc//cc:defs.bzl", "cc_library")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # MIT license
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
cc_library(
|
||||
name = "dirent",
|
||||
hdrs = ["include/dirent.h"],
|
||||
|
||||
Reference in New Issue
Block a user