mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
Simplify Bazel (#312)
This commit is contained in:
parent
3437129f30
commit
016883d29a
6 changed files with 19 additions and 35 deletions
|
|
@ -1,6 +1,3 @@
|
|||
load("@rules_cc//cc:defs.bzl", "cc_library")
|
||||
load("//bazel:copts.bzl", "COPTS")
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
|
@ -10,6 +7,5 @@ package(default_visibility = ["//visibility:public"])
|
|||
cc_library(
|
||||
name = "magic_enum",
|
||||
hdrs = glob(["include/magic_enum/*.hpp"]),
|
||||
copts = COPTS,
|
||||
includes = ["include/magic_enum"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue