diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-03-29 20:57:17 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-03-29 20:57:17 -0400 |
commit | 3208104e2e51124fb6ee90133fee328f59e1fddc (patch) | |
tree | b3b8d9e46bf63c88d465da8f1cd9dac551d05626 /indra/newview/CMakeLists.txt | |
parent | 45a43256ae71ec7936fc73e3b9c41470a23dd229 (diff) |
A bit of rearchitecture so that we can have edit wearables that don't have associated snapshots. Needed to support physics wearables, which don't use a snapshot.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-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 b7ed4fc0a4..04f2ec0cb2 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -401,6 +401,7 @@ set(viewer_SOURCE_FILES llscreenchannel.cpp llscriptfloater.cpp llscrollingpanelparam.cpp + llscrollingpanelparambase.cpp llsearchcombobox.cpp llsearchhistory.cpp llsecapi.cpp @@ -938,6 +939,7 @@ set(viewer_HEADER_FILES llscreenchannel.h llscriptfloater.h llscrollingpanelparam.h + llscrollingpanelparambase.h llsearchcombobox.h llsearchhistory.h llsecapi.h |