diff options
author | Merov Linden <merov@lindenlab.com> | 2014-02-25 21:54:09 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-02-25 21:54:09 -0800 |
commit | d220657d8525ccfa246e0f49904e18cc36458b28 (patch) | |
tree | 2405915c3d04247d3a66f52d071d43684ad9d7e9 /indra/newview/CMakeLists.txt | |
parent | 3fbaff17bf65a826dd8b9bd50dc460aacaa3cb00 (diff) |
ACME-1327 : WIP : Added big preview to the Flickr photo panel, uses the thumbnail for the moment
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 793d972e1c..6d8d6b75a2 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -208,6 +208,7 @@ set(viewer_SOURCE_FILES llfloateravatarpicker.cpp llfloateravatartextures.cpp llfloaterbeacons.cpp + llfloaterbigpreview.cpp llfloaterbuildoptions.cpp llfloaterbulkpermission.cpp llfloaterbump.cpp @@ -802,6 +803,7 @@ set(viewer_HEADER_FILES llfloateravatarpicker.h llfloateravatartextures.h llfloaterbeacons.h + llfloaterbigpreview.h llfloaterbuildoptions.h llfloaterbulkpermission.h llfloaterbump.h |