diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-08 17:49:20 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-08 17:49:20 -0500 |
commit | d8ffaf20bebd4342fee8eeb03b34087d41d1bd73 (patch) | |
tree | f76d81a2994b9cef0977317bb5dc93107e439d75 /indra/cmake | |
parent | 5f606069e29db5d9554ce6f4200d0d4c35ecc3a1 (diff) | |
parent | 4ee387f971019fe4e2a5fce1578ba77387f1b7e1 (diff) |
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/TinyGLTF.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/cmake/TinyGLTF.cmake b/indra/cmake/TinyGLTF.cmake new file mode 100644 index 0000000000..bb731637a0 --- /dev/null +++ b/indra/cmake/TinyGLTF.cmake @@ -0,0 +1,7 @@ +# -*- cmake -*- +include(Prebuilt) + +use_prebuilt_binary(tinygltf) + +set(TINYGLTF_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/tinygltf) + |