Awesome-CV/WORKSPACE.bazel
Jan Domanski 0426a14da2 Independent build system using bazel
- Basicall using bazel alongside make
2021-04-03 23:07:46 +02:00

12 lines
406 B
Text

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazel_latex",
sha256 = "6fee813c68fcb5d24a499178584469465a490b0fb227aa4ef417e427bb004245",
strip_prefix = "bazel-latex-master",
url = "https://github.com/ProdriveTechnologies/bazel-latex/archive/master.tar.gz",
)
load("@bazel_latex//:repositories.bzl", "latex_repositories")
latex_repositories()