diff options
author | McCabe Maxsted | 2009-12-01 10:10:27 -0700 |
---|---|---|
committer | Jacek Antonelli | 2009-12-06 16:46:32 -0600 |
commit | c319b23e7ab7f95bad43dbaf15542eb4a97c59a5 (patch) | |
tree | 8c52b9e36f3e0c40816cfcbb4ef8d12e26bac129 /linden/indra/llaudio | |
parent | vstool VS2010 support (diff) | |
download | meta-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/llaudio')
-rw-r--r-- | linden/indra/llaudio/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llaudio/CMakeLists.txt b/linden/indra/llaudio/CMakeLists.txt index 70041e7..0a668f9 100644 --- a/linden/indra/llaudio/CMakeLists.txt +++ b/linden/indra/llaudio/CMakeLists.txt | |||
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
3 | project(llaudio) | 3 | project(llaudio) |
4 | 4 | ||
5 | # Current starting point for CMake. Seems rather arbitrary - MC | ||
5 | include(00-Common) | 6 | include(00-Common) |
6 | include(Audio) | 7 | include(Audio) |
7 | include(OPENAL) | 8 | include(OPENAL) |