diff options
author | leyla_linden <none@none> | 2010-12-09 17:30:17 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2010-12-09 17:30:17 -0800 |
commit | db1af2445dac667eb24c69d005509b8ff007cc9e (patch) | |
tree | 94fb2b407edae8134e92257db267a4432b3429e8 /indra/newview/CMakeLists.txt | |
parent | a1e59112d028469870c7d1b38c8dbb56f556959d (diff) |
Initial code for the upload model wizard - loading model is working, not much else
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 133f93ec1a..fd52c56a87 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -201,6 +201,7 @@ set(viewer_SOURCE_FILES llfloatermediasettings.cpp llfloatermemleak.cpp llfloatermodelpreview.cpp + llfloatermodelwizard.cpp llfloaternamedesc.cpp llfloaternotificationsconsole.cpp llfloateropenobject.cpp @@ -741,6 +742,7 @@ set(viewer_HEADER_FILES llfloatermediasettings.h llfloatermemleak.h llfloatermodelpreview.h + llfloatermodelwizard.h llfloaternamedesc.h llfloaternotificationsconsole.h llfloateropenobject.h |