RingRacers/thirdparty/cpm-nlohmann-json.cmake
2023-04-28 12:50:43 -07:00

6 lines
152 B
CMake

CPMAddPackage(
NAME nlohmann_json
VERSION 3.11.2
URL "https://github.com/nlohmann/json/releases/download/v3.11.2/json.tar.xz"
EXCLUDE_FROM_ALL ON
)