mirror of
https://github.com/nlohmann/json.git
synced 2025-09-11 23:30:46 +03:00
6 lines
98 B
Python
6 lines
98 B
Python
cc_binary(
|
|
name = "main",
|
|
srcs = ["example.cpp"],
|
|
deps = ["@nlohmann_json//:json"],
|
|
)
|