Files
toddcox-visualize/External/json.cmake
David Allemang 7fff7a375f Serializable mesh with nlohmann_json
Displays a cube generated by meshlib.hpp (serialtest)
2022-02-16 18:45:34 -05:00

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)