diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-25 16:13:54 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-25 16:13:54 +0200 |
commit | 66f76f1aabc4e4fdf4d9c9ef826d8015ca2d4a21 (patch) | |
tree | 2dba0ea68e145b93aa625bb3e086ef11a205bdac /indra | |
parent | c6f44113b8a4e685b4578a88aebb256e8c2e57eb (diff) |
Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) started by Lynx (LLVoiceControlPanel))
-- added new files to CMakeLists
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | 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 e632cbaaf2..e7e89d9701 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -90,6 +90,7 @@ set(viewer_SOURCE_FILES llbox.cpp llbreadcrumbview.cpp llcallbacklist.cpp + llcallfloater.cpp llcallingcard.cpp llcapabilitylistener.cpp llcaphttpsender.cpp @@ -588,6 +589,7 @@ set(viewer_HEADER_FILES llbox.h llbreadcrumbview.h llcallbacklist.h + llcallfloater.h llcallingcard.h llcapabilitylistener.h llcapabilityprovider.h |