diff options
Diffstat (limited to 'linden/indra/cmake/00-Common.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. |