Skip to content

Commit

Permalink
bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobollatin committed Nov 29, 2024
1 parent 628abab commit ec9ce29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ genrule(
cc_library(
name = "faker-cxx",
srcs = glob(["src/**/*.cpp"]),
hdrs = glob(["src/**/*.h", "include/**/*.h"]) + [":generate_export_header"] + [":generate_version_header"],
hdrs = glob(["src/**/*.h", "include/**/*.h", "include/**/*.hpp", "include/**/*.hh"]) + [":generate_export_header"] + [":generate_version_header"],
includes = ["include", "src"],
visibility = ["//visibility:public"],
deps = ["@fmt//:fmt"],
Expand Down

0 comments on commit ec9ce29

Please sign in to comment.