Skip to content

Commit

Permalink
Bazel: Make include directories consistent (#311)
Browse files Browse the repository at this point in the history
Addresses Bazel part of #310
  • Loading branch information
cpsauer authored Nov 14, 2023
1 parent d52a0c1 commit 3437129
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 @@ -11,5 +11,5 @@ cc_library(
name = "magic_enum",
hdrs = glob(["include/magic_enum/*.hpp"]),
copts = COPTS,
includes = ["include"],
includes = ["include/magic_enum"],
)

0 comments on commit 3437129

Please sign in to comment.