summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRye Cogtail <rye@lindenlab.com>2024-09-04 23:10:13 -0400
committerRye Cogtail <rye@lindenlab.com>2024-09-04 23:10:50 -0400
commit8c65a61b095545b88ecb0820fa0e6ccd484d242a (patch)
tree6180044bd9fbbaa09598deeec3fb11613063d3ec /indra/newview
parent49abe2c8bc23e306d304d02704e2b883648baea6 (diff)
Introduce OpenXR SDK prebuilt package and cmake setup (#2503)
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 7a9f3a46b5..859ccbd4cd 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -33,6 +33,7 @@ include(NVAPI)
include(OPENAL)
include(OpenGL)
include(OpenSSL)
+include(OpenXR)
include(PNG)
include(TemplateCheck)
include(TinyEXR)
@@ -1928,6 +1929,7 @@ target_link_libraries(${VIEWER_BINARY_NAME}
${LLPHYSICSEXTENSIONS_LIBRARIES}
ll::bugsplat
ll::tracy
+ ll::openxr
)
if( TARGET ll::intel_memops )