diff options
author | McCabe Maxsted | 2009-11-30 16:42:12 -0700 |
---|---|---|
committer | Jacek Antonelli | 2009-12-06 16:32:49 -0600 |
commit | 6e25f129ca0f0d06eed0024a2e39acf6d19cc004 (patch) | |
tree | 18dff69f1d1501d0df76e5853c5fccd66c9d9eef /linden/indra/cmake | |
parent | Removed VS2003 boost references from CMake (diff) | |
download | meta-impy-6e25f129ca0f0d06eed0024a2e39acf6d19cc004.zip meta-impy-6e25f129ca0f0d06eed0024a2e39acf6d19cc004.tar.gz meta-impy-6e25f129ca0f0d06eed0024a2e39acf6d19cc004.tar.bz2 meta-impy-6e25f129ca0f0d06eed0024a2e39acf6d19cc004.tar.xz |
Added Imprudence viewer artwork to install.xml
Diffstat (limited to 'linden/indra/cmake')
-rw-r--r-- | linden/indra/cmake/00-Common.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake index 49fdb5b..1b5e9d2 100644 --- a/linden/indra/cmake/00-Common.cmake +++ b/linden/indra/cmake/00-Common.cmake | |||
@@ -3,6 +3,11 @@ | |||
3 | # Compilation options shared by all Second Life components. | 3 | # Compilation options shared by all Second Life components. |
4 | 4 | ||
5 | include(Variables) | 5 | include(Variables) |
6 | include(Prebuilt) | ||
7 | |||
8 | # Download viewer artwork | ||
9 | |||
10 | use_prebuilt_binary(artwork) | ||
6 | 11 | ||
7 | 12 | ||
8 | # Portable compilation flags. | 13 | # Portable compilation flags. |