diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-03-31 20:37:06 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-03-31 20:37:06 +0000 |
commit | a8525c90b9ab0544583585cf887388b64ee1323f (patch) | |
tree | 77b0f81ed78179ef005290f465d1c79e7d5f5e9a /indra | |
parent | 8512298921a6d35b670ae6ada13e8c6539cd8675 (diff) |
Move some viewer artwork into a downloadable package.
These files haven't been touched in years.
Reviewed by Richard.
Diffstat (limited to 'indra')
-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..0f796bbdff 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1081,6 +1081,8 @@ set_source_files_properties(${viewer_APPSETTINGS_FILES} list(APPEND viewer_SOURCE_FILES ${viewer_APPSETTINGS_FILES}) +use_prebuilt_binary(artwork-common) + set(viewer_CHARACTER_FILES character/attentions.xml character/attentionsN.xml |