diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-21 22:44:30 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-21 22:44:30 -0500 |
commit | 31e2fa5e50bc5aad265e8ec12613223eeb3ae3e1 (patch) | |
tree | 9d12d2067a03d5582fc0fe99d364f9917773fc37 /indra/newview/CMakeLists.txt | |
parent | 8b4347cb10ab922f5001306912983cdd73a68309 (diff) |
SL-17600 WIP -- Proper radiance maps (not just mipped cubemaps).
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 0d2b99a8cd..5e0d3b52b4 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -56,6 +56,7 @@ include(UnixInstall) include(ViewerMiscLibs) include(ViewerManager) include(VisualLeakDetector) +include(VulkanGltf) include(ZLIB) include(URIPARSER) |