mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
19 lines
372 B
Python
19 lines
372 B
Python
load(
|
|
"//misc/bazel:csharp.bzl",
|
|
"codeql_csharp_library",
|
|
)
|
|
|
|
codeql_csharp_library(
|
|
name = "Semmle.Util",
|
|
srcs = glob([
|
|
"Logging/**/*.cs",
|
|
"ToolStatusPage/**/*.cs",
|
|
"*.cs",
|
|
]),
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"@paket.main//mono.posix.netstandard",
|
|
"@paket.main//newtonsoft.json",
|
|
],
|
|
)
|