Skip to content

Commit

Permalink
Update the directory layout for the vendor specific openxr sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Mar 29, 2024
1 parent f10bd8a commit 5c9d64f
Show file tree
Hide file tree
Showing 41 changed files with 318 additions and 318 deletions.
2 changes: 1 addition & 1 deletion godotopenxrkhronos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(${CMAKE_SOURCE_DIR}/../common/CMakeLists.txt)
project(godotopenxrvendors LANGUAGES CXX)

## khronos OpenXR loader library
set(KHRONOS_OPENXR_LIB_PATH "${CMAKE_SOURCE_DIR}/libs/khronos_openxr_sdk/${ANDROID_ABI}/libopenxr_loader.so")
set(KHRONOS_OPENXR_LIB_PATH "${CMAKE_SOURCE_DIR}/../thirdparty/khronos_openxr_sdk/${ANDROID_ABI}/libopenxr_loader.so")
add_library(openxr_loader
SHARED
IMPORTED GLOBAL
Expand Down
2 changes: 1 addition & 1 deletion godotopenxrlynx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(${CMAKE_SOURCE_DIR}/../common/CMakeLists.txt)
project(godotopenxrvendors LANGUAGES CXX)

## lynx OpenXR loader library
set(LYNX_OPENXR_LIB_PATH "${CMAKE_SOURCE_DIR}/libs/lynx_openxr_sdk/${ANDROID_ABI}/libopenxr_loader.so")
set(LYNX_OPENXR_LIB_PATH "${CMAKE_SOURCE_DIR}/../thirdparty/lynx_openxr_sdk/${ANDROID_ABI}/libopenxr_loader.so")
add_library(openxr_loader
SHARED
IMPORTED GLOBAL
Expand Down
2 changes: 1 addition & 1 deletion godotopenxrmeta/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(godotopenxrvendors LANGUAGES CXX)

## OpenXR Mobile loader library
# Sets the path to the OpenXR mobile library directory.
set(OPENXR_MOBILE_ROOT_DIR "${CMAKE_SOURCE_DIR}/libs/ovr_openxr_mobile_sdk/OpenXR")
set(OPENXR_MOBILE_ROOT_DIR "${CMAKE_SOURCE_DIR}/../thirdparty/ovr_openxr_mobile_sdk/OpenXR")
set(OPENXR_MOBILE_HEADERS_DIR "${OPENXR_MOBILE_ROOT_DIR}/Include" CACHE STRING "")

set(OPENXR_MOBILE_LIB_PATH "${OPENXR_MOBILE_ROOT_DIR}/Libs/Android/${ANDROID_ABI}/${OPENXR_MOBILE_LIB_BUILD_TYPE}/libopenxr_loader.so")
Expand Down
3 changes: 0 additions & 3 deletions godotopenxrmeta/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion godotopenxrpico/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(${CMAKE_SOURCE_DIR}/../common/CMakeLists.txt)
project(godotopenxrvendors LANGUAGES CXX)

## Pico OpenXR loader library
set(PICO_OPENXR_LIB_PATH "${CMAKE_SOURCE_DIR}/libs/pico_openxr_sdk/${ANDROID_ABI}/libopenxr_loader.so")
set(PICO_OPENXR_LIB_PATH "${CMAKE_SOURCE_DIR}/../thirdparty/pico_openxr_sdk/${ANDROID_ABI}/libopenxr_loader.so")
add_library(openxr_loader
SHARED
IMPORTED GLOBAL
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Godot OpenXR Khronos Android plugin
# Khronos OpenXR Android SDK

Binaries taken from the Official OpenXR working group repo at:
https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.0.26/openxr_loader_for_android-1.0.26.aar
Expand Down
File renamed without changes.
618 changes: 309 additions & 309 deletions godotopenxrlynx/NOTICE.txt → thirdparty/lynx_openxr_sdk/NOTICE.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Godot OpenXR Lynx Android plugin
# Lynx OpenXR SDK

Binaries taken from Lynx at:
https://portal.lynx-r.com/downloads/item/1/download/latest
File renamed without changes.
3 changes: 3 additions & 0 deletions thirdparty/ovr_openxr_mobile_sdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Meta OpenXR Mobile SDK

Version 62 of the Meta OpenXR Mobile SDK from https://developer.oculus.com/downloads/package/oculus-openxr-mobile-sdk/62.0
File renamed without changes.

0 comments on commit 5c9d64f

Please sign in to comment.