aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/00-Common.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/cmake/00-Common.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.