- # -*- cmake -*-
- if (JSON_CMAKE_INCLUDED)
- return()
- endif (JSON_CMAKE_INCLUDED)
- set (JSON_CMAKE_INCLUDED TRUE)
- # Let's reuse the nlohmann/json implementation bundled together with
- # tinygltf. HB
- include(Prebuilt)
- use_prebuilt_binary(tinygltf)
- include_directories(SYSTEM ${LIBS_PREBUILT_DIR}/include/tinygltf)
|