aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-11-30 16:42:12 -0700
committerJacek Antonelli2009-12-06 16:32:49 -0600
commit6e25f129ca0f0d06eed0024a2e39acf6d19cc004 (patch)
tree18dff69f1d1501d0df76e5853c5fccd66c9d9eef /linden/indra/cmake
parentRemoved VS2003 boost references from CMake (diff)
downloadmeta-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.cmake5
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
5include(Variables) 5include(Variables)
6include(Prebuilt)
7
8# Download viewer artwork
9
10 use_prebuilt_binary(artwork)
6 11
7 12
8# Portable compilation flags. 13# Portable compilation flags.