diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2011-05-17 17:09:15 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2011-05-17 17:09:15 +0300 |
commit | ec749bb1c1fa143c6019791d6713d85f05510e53 (patch) | |
tree | 2081fcb35d67cbc1c9de99865a28eb60a4e4b8fb /indra/newview/CMakeLists.txt | |
parent | 53d09e7451b89a1c050f3237e6eb5c5ef3b116fc (diff) |
STORM-1244 FIXED Environment Settings floater implementation.
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 45bb07acfa..81caf9fbd4 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -175,6 +175,7 @@ set(viewer_SOURCE_FILES llfloaterdaycycle.cpp llfloaterdisplayname.cpp llfloaterenvsettings.cpp + llfloaterenvironmentsettings.cpp llfloaterevent.cpp llfloaterfonttest.cpp llfloatergesture.cpp @@ -722,6 +723,7 @@ set(viewer_HEADER_FILES llfloaterdaycycle.h llfloaterdisplayname.h llfloaterenvsettings.h + llfloaterenvironmentsettings.h llfloaterevent.h llfloaterfonttest.h llfloatergesture.h |