diff options
author | Dave Houlton <euclid@lindenlab.com> | 2022-04-29 17:26:17 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2022-04-29 17:26:17 -0600 |
commit | 82311e4b44a863078fb1f47d56e9543abaae210c (patch) | |
tree | 9da37968aca957045a4750ab1915ba85b172f427 /indra/newview/CMakeLists.txt | |
parent | f05e58715e0a18a7ba2ace87c2ae45684c864169 (diff) | |
parent | 93a025966649e281ceff8d1471bc983cc036bc17 (diff) |
Merge branch 'DRTVWR-559' into euclid-17277
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 964615320d..5e50f58595 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -196,6 +196,7 @@ set(viewer_SOURCE_FILES lldynamictexture.cpp llemote.cpp llenvironment.cpp + llenvironmentmap.cpp llestateinfomodel.cpp lleventnotifier.cpp lleventpoll.cpp @@ -832,6 +833,7 @@ set(viewer_HEADER_FILES lldynamictexture.h llemote.h llenvironment.h + llenvironmentmap.h llestateinfomodel.h lleventnotifier.h lleventpoll.h |