aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/ViewerArtwork.cmake
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-12-01 10:10:27 -0700
committerJacek Antonelli2009-12-06 16:46:32 -0600
commitc319b23e7ab7f95bad43dbaf15542eb4a97c59a5 (patch)
tree8c52b9e36f3e0c40816cfcbb4ef8d12e26bac129 /linden/indra/cmake/ViewerArtwork.cmake
parentvstool VS2010 support (diff)
downloadmeta-impy-c319b23e7ab7f95bad43dbaf15542eb4a97c59a5.zip
meta-impy-c319b23e7ab7f95bad43dbaf15542eb4a97c59a5.tar.gz
meta-impy-c319b23e7ab7f95bad43dbaf15542eb4a97c59a5.tar.bz2
meta-impy-c319b23e7ab7f95bad43dbaf15542eb4a97c59a5.tar.xz
Moved the viewer artwork to its own CMake file
Diffstat (limited to 'linden/indra/cmake/ViewerArtwork.cmake')
-rw-r--r--linden/indra/cmake/ViewerArtwork.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/linden/indra/cmake/ViewerArtwork.cmake b/linden/indra/cmake/ViewerArtwork.cmake
new file mode 100644
index 0000000..f01109a
--- /dev/null
+++ b/linden/indra/cmake/ViewerArtwork.cmake
@@ -0,0 +1,14 @@
1# -*- cmake -*-
2#
3# Download viewer artwork even when using standalone
4
5include(Variables)
6include(Prebuilt)
7
8if (NOT STANDALONE)
9 use_prebuilt_binary(artwork)
10else (NOT STANDALONE)
11 set(STANDALONE OFF)
12 use_prebuilt_binary(artwork)
13 set(STANDALONE ON)
14endif (NOT STANDALONE)