summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-08-26 16:38:39 +0800
committerErik Kundiman <erik@megapahit.org>2023-08-26 16:38:39 +0800
commit7632a78e5eca522c23baf3adf122bd576d013d97 (patch)
treed4173e8b1729beb442bd9760678a941c24d74d69
parent00be9e00107c51a35c04f64fe917c559b8325564 (diff)
Fonts get installed too
-rw-r--r--indra/newview/ViewerInstall.cmake2
1 files changed, 1 insertions, 1 deletions
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
)