mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
fuse separated into separate header
This commit is contained in:
parent
86e73be298
commit
c59aec8b1c
6 changed files with 94 additions and 49 deletions
|
|
@ -6,7 +6,7 @@ package(default_visibility = ["//visibility:public"])
|
|||
|
||||
cc_library(
|
||||
name = "magic_enum",
|
||||
hdrs = ["include/magic_enum.hpp"],
|
||||
hdrs = ["include/magic_enum.hpp", "include/magic_enum_fuse.hpp"],
|
||||
includes = ["include"],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue