diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2024-08-13 10:34:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-13 10:34:35 -0700 |
commit | d696010cea1dd0abf6821d6756bc1f33a955cb3f (patch) | |
tree | 43e1ed90604e83704c0140bce6836dc427f56190 /indra/newview/CMakeLists.txt | |
parent | 50e05c70d38c0e9da654cbc0f1758809e7159744 (diff) | |
parent | f1fac8127fb7ea7107c2f5af39b9933523fbadca (diff) |
Merge pull request #2210 from secondlife/v-1883
secondlife/viewer#1883: Local-only PBR terrain paintmap with developer tools
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 87823d5e9c..fbaf4e559f 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -579,6 +579,7 @@ set(viewer_SOURCE_FILES llsyswellwindow.cpp llteleporthistory.cpp llteleporthistorystorage.cpp + llterrainpaintmap.cpp lltexturecache.cpp lltexturectrl.cpp lltexturefetch.cpp @@ -1237,6 +1238,7 @@ set(viewer_HEADER_FILES lltable.h llteleporthistory.h llteleporthistorystorage.h + llterrainpaintmap.h lltexturecache.h lltexturectrl.h lltexturefetch.h |