6 lines
153 B
CMake
6 lines
153 B
CMake
|
fetchcontent_declare(
|
||
|
json
|
||
|
URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz
|
||
|
)
|
||
|
fetchcontent_makeavailable(json)
|