From 1935f5e359030bb62ed5cbcf2db8ca38d6344771 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 29 Jun 2020 22:19:10 -0400 Subject: [PATCH] Add alchemy settings files to cmake --- indra/newview/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 429881f911d..46a37767c22 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1718,9 +1718,11 @@ set(viewer_APPSETTINGS_FILES app_settings/low_graphics.xml app_settings/mid_graphics.xml app_settings/settings.xml + app_settings/settings_alchemy.xml app_settings/settings_crash_behavior.xml app_settings/settings_files.xml app_settings/settings_per_account.xml + app_settings/settings_per_account_alchemy.xml app_settings/std_bump.ini app_settings/toolbars.xml app_settings/trees.xml -- GitLab