mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
Serializable mesh with nlohmann_json
Displays a cube generated by meshlib.hpp (serialtest)
This commit is contained in:
7
External/json.cmake
vendored
Normal file
7
External/json.cmake
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user