mirror of
https://github.com/ankitects/anki.git
synced 2025-11-22 04:27:14 -05:00
5 lines
144 B
Text
5 lines
144 B
Text
filegroup(
|
|
name = "vendor",
|
|
srcs = glob(["**"]) + ["//qt/aqt/data/web/js/vendor/mathjax"],
|
|
visibility = ["//qt:__subpackages__"],
|
|
)
|