mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
8 lines
194 B
CMake
8 lines
194 B
CMake
FetchContent_Declare(
|
|
json
|
|
GIT_REPOSITORY https://github.com/nlohmann/json.git
|
|
GIT_TAG v3.10.5
|
|
)
|
|
SET(JSON_ImplicitConversions OFF CACHE INTERNAL "")
|
|
FetchContent_MakeAvailable(json)
|