json/BUILD

14 lines
232 B
Python
Raw Normal View History

package(default_visibility = ["//visibility:public"])
exports_files([
"LICENSE.MIT"
])
cc_library(
name = "nlohmann_json",
srcs = [],
hdrs = glob(["include/**/*.hpp"]),
includes = ["include"],
deps = [],
)