diff options
author | Tank_Master <none@none> | 2011-12-20 22:17:20 -0800 |
---|---|---|
committer | Tank_Master <none@none> | 2011-12-20 22:17:20 -0800 |
commit | 1cc154166fe504e17735669b7b9e366f93e34d64 (patch) | |
tree | 426a631b85a7ff6f5a10e2806d87485609bacd52 /indra/newview/CMakeLists.txt | |
parent | b022ebf13c9a227f87a112419e237894a1231c8c (diff) |
STORM-1738 - Add autocorrect functionality
Ported with owner permission from Firestorm, inital work done by LordGregGreg Back
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 6b2fe1e45a..b43426ad9f 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -97,6 +97,8 @@ set(viewer_SOURCE_FILES llassetuploadresponders.cpp llattachmentsmgr.cpp llaudiosourcevo.cpp + llautocorrect.cpp + llautocorrectfloater.cpp llavataractions.cpp llavatariconctrl.cpp llavatarlist.cpp @@ -651,6 +653,8 @@ set(viewer_HEADER_FILES llassetuploadresponders.h llattachmentsmgr.h llaudiosourcevo.h + llautocorrect.h + llautocorrectfloater.h llavataractions.h llavatariconctrl.h llavatarlist.h |