mirror of
https://github.com/nlohmann/json.git
synced 2026-03-01 14:56:27 +00:00
6 lines
98 B
Python
6 lines
98 B
Python
cc_binary(
|
|
name = "main",
|
|
srcs = ["example.cpp"],
|
|
deps = ["@nlohmann_json//:json"],
|
|
)
|