mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
12 lines
205 B
Python
12 lines
205 B
Python
package(default_visibility = ["//misc/codegen:__subpackages__"])
|
|
|
|
filegroup(
|
|
name = "trap",
|
|
srcs = glob(["trap_*.mustache"]),
|
|
)
|
|
|
|
filegroup(
|
|
name = "cpp",
|
|
srcs = glob(["cpp_*.mustache"]),
|
|
)
|