diff options
author | Jonathan Yap <none@none> | 2012-02-01 10:16:13 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-02-01 10:16:13 -0500 |
commit | 4778d82ec6b735d6f3d3a4335496e9b6d804bbf7 (patch) | |
tree | e8c978642b19fc3930e826fae42463b4334ab7aa /indra/newview/CMakeLists.txt | |
parent | 4ef9277761b5faee2825177112939b72c563a4ea (diff) | |
parent | 8758c7b8415a1cb67c504f142f96b5a7fec296d2 (diff) |
STORM-1738 Initial callback work
warn-on-failure:open-license
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 f85b943c70..0d6def6093 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 @@ -653,6 +655,8 @@ set(viewer_HEADER_FILES llassetuploadresponders.h llattachmentsmgr.h llaudiosourcevo.h + llautocorrect.h + llautocorrectfloater.h llavataractions.h llavatariconctrl.h llavatarlist.h |