user can deps nlohmann json using bazel directly
This commit is contained in:
parent
295732a817
commit
4ab991c41b
13
BUILD.bazel
Normal file
13
BUILD.bazel
Normal file
@ -0,0 +1,13 @@
|
||||
licenses(["notice"]) # 3-Clause BSD
|
||||
|
||||
exports_files(["LICENSE.MIT"])
|
||||
|
||||
cc_library(
|
||||
name = "json",
|
||||
hdrs = glob([
|
||||
"include/**/*.hpp",
|
||||
]),
|
||||
includes = ["include"],
|
||||
visibility = ["//visibility:public"],
|
||||
alwayslink = 1,
|
||||
)
|
||||
Loading…
Reference in New Issue
Block a user