summaryrefslogtreecommitdiff
path: root/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-09-07 20:59:52 +0800
committerErik Kundiman <erik@megapahit.org>2024-09-07 20:59:52 +0800
commit756870a50562e003f6afcedceab67c1a543a5e48 (patch)
treec98ca3f7f38a90f844238f3581b2f528e4a67513 /indra/newview/CMakeLists.txt
parent25705767968227eaa7f17838a6f0fa49c9d81639 (diff)
parent6878e66c812b19e7b2aa2bc5dd9d52cafcd7aef9 (diff)
Merge branch 'main' into 2024.08-DeltaFPS
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r--indra/newview/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index b396887392..bea33e6cc2 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -14,16 +14,14 @@ include(BuildPackagesInfo)
endif ()
include(BuildVersion)
include(CMakeCopyIfDifferent)
-if (NOT USESYSTEMLIBS)
include(CubemapToEquirectangularJS)
+if (NOT USESYSTEMLIBS)
include(DBusGlib)
endif ()
include(DragDrop)
include(EXPAT)
include(Hunspell)
-if (NOT USESYSTEMLIBS)
include(JPEGEncoderBasic)
-endif ()
include(LLAppearance)
include(LLAudio)
include(LLCA)
@@ -42,9 +40,7 @@ include(OpenSSL)
include(PNG)
include(TemplateCheck)
include(TinyEXR)
-if (NOT USESYSTEMLIBS)
include(ThreeJS)
-endif ()
include(Tracy)
include(UI)
include(ViewerMiscLibs)