diff options
author | dolphin <dolphin@lindenlab.com> | 2013-08-15 09:32:12 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-08-15 09:32:12 -0700 |
commit | 02b501e4dc9a389878cd323e4f781bc752fec737 (patch) | |
tree | c810fe1fb051a9fc561ac279d5f152e28a039b8d /indra/newview/CMakeLists.txt | |
parent | 01b363ba52fcdbe4835b067df2d1abe0ea142a9c (diff) |
Move the experience panel to the bottom of the editor floater
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 7d361e4f6a..9caff9e038 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -188,6 +188,7 @@ set(viewer_SOURCE_FILES lleventnotifier.cpp lleventpoll.cpp llexpandabletextbox.cpp + llexperienceassociationresponder.cpp llexternaleditor.cpp llface.cpp llfasttimerview.cpp @@ -773,6 +774,7 @@ set(viewer_HEADER_FILES lleventnotifier.h lleventpoll.h llexpandabletextbox.h + llexperienceassociationresponder.h llexternaleditor.h llface.h llfasttimerview.h |