Skip to content

Commit

Permalink
Add support for std.h in Bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn authored and vitaut committed May 30, 2022
1 parent 798d09b commit bfc5767
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion support/bazel/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0
5.1.1
7 changes: 3 additions & 4 deletions support/bazel/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@ cc_library(
"include/fmt/color.h",
"include/fmt/compile.h",
"include/fmt/core.h",
"include/fmt/format.h",
"include/fmt/format-inl.h",
"include/fmt/locale.h",
"include/fmt/format.h",
"include/fmt/os.h",
"include/fmt/ostream.h",
"include/fmt/printf.h",
"include/fmt/ranges.h",
"include/fmt/std.h",
"include/fmt/xchar.h",
],
includes = [
"include",
"src",
"include",
],
strip_include_prefix = "include",
visibility = ["//visibility:public"],
Expand Down

0 comments on commit bfc5767

Please sign in to comment.