diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-04-19 15:39:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 14:39:28 -0500 |
commit | e361671018068000a8b63b3cdc2ad87468def9a3 (patch) | |
tree | 89a8c8bde135e7055a01fa44e4613bf5b18893b1 /indra/cmake/TinyEXR.cmake | |
parent | e459698a821d14d7274fa64bcf863b47f29c1607 (diff) |
Port from OpenEXR to TinyEXR for reduced installer and library size (#1287)
Diffstat (limited to 'indra/cmake/TinyEXR.cmake')
-rw-r--r-- | indra/cmake/TinyEXR.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/cmake/TinyEXR.cmake b/indra/cmake/TinyEXR.cmake new file mode 100644 index 0000000000..e6d142d19d --- /dev/null +++ b/indra/cmake/TinyEXR.cmake @@ -0,0 +1,7 @@ +# -*- cmake -*- +include(Prebuilt) + +use_prebuilt_binary(tinyexr) + +set(TINYEXR_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/tinyexr) + |