json.cmake 188 Bytes
Newer Older
jixx's avatar
jixx committed
1
2
3
4
5
6
fetchcontent_declare(
        json
        DOWNLOAD_EXTRACT_TIMESTAMP
        URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz
)
fetchcontent_makeavailable(json)