mirror of
https://github.com/nlohmann/json.git
synced 2026-07-10 04:25:11 +00:00
6 lines
98 B
Python
6 lines
98 B
Python
cc_binary(
|
|
name = "main",
|
|
srcs = ["example.cpp"],
|
|
deps = ["@nlohmann_json//:json"],
|
|
)
|