diff options
author | Dave Houlton <euclid@lindenlab.com> | 2022-06-03 10:15:56 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2022-06-08 13:33:59 -0600 |
commit | 2dc376aa5324448de7d15717d5e24b812d885eea (patch) | |
tree | 81d0a0930cd8acac2e74211e9f59afef941298da /indra/cmake | |
parent | c9ebb970ee916ace16e88508dc1a178336a91d52 (diff) |
SL-17214 add 3p-tinygltf dependency to autobuild.xml
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) + |