1
0
mirror of https://github.com/nlohmann/json.git synced 2025-09-11 23:30:46 +03:00
Files
json/integration/bazel/BUILD
2024-12-10 08:42:33 +00:00

6 lines
98 B
Python

cc_binary(
name = "main",
srcs = ["example.cpp"],
deps = ["@nlohmann_json//:json"],
)