diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2014-11-28 10:00:41 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2014-11-28 10:00:41 -0500 |
commit | af827615acc6cce0457ba00810136c41283f6158 (patch) | |
tree | 8edd97ee239f407151e8b8b8d9d44c64915f68fb /indra/newview/CMakeLists.txt | |
parent | f30e518f1774cc3c1b4641e97c26afa496fb85e5 (diff) |
STORM-2082 Initial support for presets popup from status bar
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 e95cbf391d..e29506bdf5 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -451,6 +451,7 @@ set(viewer_SOURCE_FILES llpanelplaceprofile.cpp llpanelplaces.cpp llpanelplacestab.cpp + llpanelpresetspulldown.cpp llpanelprimmediacontrols.cpp llpanelprofile.cpp llpanelsnapshot.cpp @@ -1051,6 +1052,7 @@ set(viewer_HEADER_FILES llpanelplaceprofile.h llpanelplaces.h llpanelplacestab.h + llpanelpresetspulldown.h llpanelprimmediacontrols.h llpanelprofile.h llpanelsnapshot.h |