From c7234a4ad05bc384ec0bb54eacd428e615b438cc Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 10 Nov 2024 15:02:39 +0800 Subject: Get dictionaries folder installed to app_settings https://megapahit.com/show_bug.cgi?id=5 --- indra/newview/ViewerInstall.cmake | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake index ab52c63a91..6080dd512e 100644 --- a/indra/newview/ViewerInstall.cmake +++ b/indra/newview/ViewerInstall.cmake @@ -59,6 +59,11 @@ if (DARWIN) DESTINATION app_settings ) + install(DIRECTORY + ${AUTOBUILD_INSTALL_DIR}/dictionaries + DESTINATION app_settings + ) + if (NDOF) install(FILES "${AUTOBUILD_INSTALL_DIR}/lib/release/libndofdev.dylib" @@ -146,6 +151,11 @@ install(FILES ${SCRIPTS_DIR}/messages/message_template.msg DESTINATION share/${VIEWER_BINARY_NAME}/app_settings ) + install(DIRECTORY + ${AUTOBUILD_INSTALL_DIR}/dictionaries + DESTINATION share/${VIEWER_BINARY_NAME}/app_settings + ) + install(FILES linux_tools/${VIEWER_BINARY_NAME}.desktop DESTINATION share/applications ) -- cgit v1.2.3