diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-09-29 16:39:08 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-09-29 16:39:08 -0400 |
commit | 626ee6777e68c0df36c82290c8e00eaebe43b8b4 (patch) | |
tree | 6ce4b5d0430fa55244da3b0cc57bac7048ba2345 /indra/newview/CMakeLists.txt | |
parent | 2e0a8231d2ab9be0300083cb3d793bf57fcfb793 (diff) |
SL-92 WIP - can edit hover height debug setting via slider
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | 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 b81b2aa9cf..eb7bddce33 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -244,6 +244,7 @@ set(viewer_SOURCE_FILES llfloaterhandler.cpp llfloaterhardwaresettings.cpp llfloaterhelpbrowser.cpp + llfloaterhoverheight.cpp llfloaterhud.cpp llfloaterimagepreview.cpp llfloaterimsessiontab.cpp @@ -848,6 +849,7 @@ set(viewer_HEADER_FILES llfloaterhandler.h llfloaterhardwaresettings.h llfloaterhelpbrowser.h + llfloaterhoverheight.h llfloaterhud.h llfloaterimagepreview.h llfloaterimnearbychat.h |