diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2009-10-28 18:31:43 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2009-10-28 18:31:43 +0200 |
commit | 86921724c438e31957bc803695054bba80645df4 (patch) | |
tree | 824aed59caadfbd2f9ecedfe5edea3c585ece9e8 /indra/newview/CMakeLists.txt | |
parent | f5b4635c434c77ab6b9fc29f07891fe9625ca3dc (diff) |
IM refactoring: moved speakers management stuff in its own files llspeakers.* from dying llfloateractivespeakers. *
Decresed number of llfloateractivespeakers.h includes to a minimum.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index d81ce0c4db..5210ff66ed 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -371,6 +371,7 @@ set(viewer_SOURCE_FILES llsky.cpp llslurl.cpp llspatialpartition.cpp + llspeakers.cpp llsplitbutton.cpp llsprite.cpp llstartup.cpp @@ -848,6 +849,7 @@ set(viewer_HEADER_FILES llsky.h llslurl.h llspatialpartition.h + llspeakers.h llsplitbutton.h llsprite.h llstartup.h |