diff options
author | Cho <cho@lindenlab.com> | 2013-11-01 20:47:28 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-11-01 20:47:28 +0100 |
commit | 1b8b6e76bf175c4d0ead8d3fc6f01558066cbec9 (patch) | |
tree | 637b81c17dab6a72081a8e06065a9ca5f1cf806f /indra/newview/CMakeLists.txt | |
parent | a52fba0e48d28c3a3d40302192cd1eaef393e96f (diff) |
added LLFlickrConnect for ACME-1116
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 1fea6dea9f..6f5deb639c 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -199,6 +199,7 @@ set(viewer_SOURCE_FILES llfilteredwearablelist.cpp llfirstuse.cpp llflexibleobject.cpp + llflickrconnect.cpp llfloaterabout.cpp llfloaterbvhpreview.cpp llfloaterauction.cpp @@ -787,6 +788,7 @@ set(viewer_HEADER_FILES llfilteredwearablelist.h llfirstuse.h llflexibleobject.h + llflickrconnect.h llfloaterabout.h llfloaterbvhpreview.h llfloaterauction.h |