summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-06-08 17:49:20 -0500
committerDave Parks <davep@lindenlab.com>2022-06-08 17:49:20 -0500
commitd8ffaf20bebd4342fee8eeb03b34087d41d1bd73 (patch)
treef76d81a2994b9cef0977317bb5dc93107e439d75 /indra/cmake
parent5f606069e29db5d9554ce6f4200d0d4c35ecc3a1 (diff)
parent4ee387f971019fe4e2a5fce1578ba77387f1b7e1 (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.cmake7
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)
+