diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-29 21:42:44 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-29 21:42:44 -0500 |
commit | 6f6df8ed71702f0ee8d21a2b583818ae360dd093 (patch) | |
tree | 70545286267ecc4419b7d1dfe463c6d08490775a /indra/newview/CMakeLists.txt | |
parent | 56ae3e0a083aefcbd6d7c955bb2c7e9e58000a4b (diff) |
SL-17685 Drag and drop material support
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 d4bd1c8b57..b67bc91277 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -344,6 +344,7 @@ set(viewer_SOURCE_FILES llgesturemgr.cpp llgiveinventory.cpp llglsandbox.cpp + llgltfmateriallist.cpp llgroupactions.cpp llgroupiconctrl.cpp llgrouplist.cpp @@ -986,6 +987,7 @@ set(viewer_HEADER_FILES llgesturelistener.h llgesturemgr.h llgiveinventory.h + llgltfmateriallist.h llgroupactions.h llgroupiconctrl.h llgrouplist.h |