added openxr module

This commit is contained in:
amwatson 2024-01-16 17:06:17 -06:00
parent 376d33cff4
commit 72cf492628
3 changed files with 10 additions and 0 deletions

3
.gitmodules vendored
View file

@ -85,3 +85,6 @@
[submodule "libadrenotools"]
path = externals/libadrenotools
url = https://github.com/bylaws/libadrenotools
[submodule "externals/openxr-sdk-src"]
path = externals/openxr-sdk-src
url = https://github.com/KhronosGroup/OpenXR-SDK-Source

View file

@ -259,3 +259,9 @@ endif()
if (ANDROID)
add_subdirectory(libadrenotools)
endif()
# OpenXR
if (ANDROID)
add_subdirectory(openxr-sdk-src)
endif()

1
externals/openxr-sdk-src vendored Submodule

@ -0,0 +1 @@
Subproject commit 820278f99f98928ac1f3d27916c4aa24c6539521