diff options
author | Dave Parks <davep@lindenlab.com> | 2022-04-28 15:51:31 +0000 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-04-28 15:51:31 +0000 |
commit | deffbca3ee209f6aea3358692d9ca6dc7090e748 (patch) | |
tree | 8aa3ecfe2d8ebf5714a76c2fc77c2b630a0e80e0 /indra/newview/CMakeLists.txt | |
parent | a3ffa9f006b008b5faad248f700c8c2fbc6b74fd (diff) |
SL-17281 environment map prototype (stupid slow and hacky, but provides a way to get a "real" environment map for shader development)
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 |