summaryrefslogtreecommitdiff
path: root/indra/cmake/JPEGEncoderBasic.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/JPEGEncoderBasic.cmake')
-rw-r--r--indra/cmake/JPEGEncoderBasic.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/cmake/JPEGEncoderBasic.cmake b/indra/cmake/JPEGEncoderBasic.cmake
new file mode 100644
index 0000000000..0d2a3231bb
--- /dev/null
+++ b/indra/cmake/JPEGEncoderBasic.cmake
@@ -0,0 +1,5 @@
+# -*- cmake -*-
+use_prebuilt_binary(jpegencoderbasic)
+
+# Main JS file
+configure_file("${AUTOBUILD_INSTALL_DIR}/js/jpeg_encoder_basic.js" "${CMAKE_SOURCE_DIR}/newview/skins/default/html/common/equirectangular/js/jpeg_encoder_basic.js" COPYONLY)