From 7632a78e5eca522c23baf3adf122bd576d013d97 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sat, 26 Aug 2023 16:38:39 +0800 Subject: Fonts get installed too --- indra/newview/ViewerInstall.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake index af5876f411..39764f22a0 100644 --- a/indra/newview/ViewerInstall.cmake +++ b/indra/newview/ViewerInstall.cmake @@ -2,7 +2,7 @@ install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${VIEWER_BINARY_NAME} DESTINATION bin ) -install(DIRECTORY skins app_settings linux_tools +install(DIRECTORY skins app_settings linux_tools fonts DESTINATION share/${VIEWER_BINARY_NAME} PATTERN ".svn" EXCLUDE ) -- cgit v1.2.3