diff options
author | Callum Prentice <callum@lindenlab.com> | 2023-04-10 17:01:10 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2023-04-10 17:01:10 -0700 |
commit | 12e044755e9d9cf886ceb63ef7af3010303d31c4 (patch) | |
tree | 1396d63efbbecab5790cac86a7d84c6e5688cf45 /indra/cmake | |
parent | 351faf283a854fe62a328ecf007e0d0d079e7355 (diff) |
SL-19078: changes to autobuild to unpack the emoji/shortcode 3p library and then copy the XML files to the right place in the Viewer dev tree (indra/newview/skins/xui/*/emoji_characters.xml)
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/ViewerMiscLibs.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake index 7eed456833..cae68fbc11 100644 --- a/indra/cmake/ViewerMiscLibs.cmake +++ b/indra/cmake/ViewerMiscLibs.cmake @@ -20,3 +20,4 @@ use_prebuilt_binary(slvoice) use_prebuilt_binary(nanosvg) use_prebuilt_binary(viewer-fonts) +use_prebuilt_binary(emoji_shortcodes) |