diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-04-15 16:36:50 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-04-15 16:36:50 +0000 |
commit | 868250bdd74f348557102c0d8408d9bec30331f6 (patch) | |
tree | 4fe281e92b20425c1652a892c3323b99b70543d5 /indra/newview | |
parent | 9acd242b2efdcf8cd87750104f67288184581b55 (diff) |
Turn the artwork tree back into a downloaded package, but revision-control
the XML files.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index f570866489..c3d92953ce 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1074,6 +1074,8 @@ set(viewer_APPSETTINGS_FILES ${CMAKE_SOURCE_DIR}/../scripts/messages/message_template.msg ) +use_prebuilt_binary(artwork-common) + source_group("App Settings" FILES ${viewer_APPSETTINGS_FILES}) set_source_files_properties(${viewer_APPSETTINGS_FILES} |