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