Skip to content

Commit

Permalink
Merge branch 'feature_openxr_quest' into feature_openxr_6dof
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonasek committed Jul 26, 2022
2 parents 9b8a9d3 + 89f5038 commit e5f1782
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1067,14 +1067,14 @@ if(ANDROID)

if (OPENXR)
set(nativeExtra ${nativeExtra}
VR/VRBase.cpp
VR/VRBase.h
VR/VRFramebuffer.cpp
VR/VRFramebuffer.h
VR/VRInput.cpp
VR/VRInput.h
VR/VRRenderer.cpp
VR/VRRenderer.h
Common/VR/VRBase.cpp
Common/VR/VRBase.h
Common/VR/VRFramebuffer.cpp
Common/VR/VRFramebuffer.h
Common/VR/VRInput.cpp
Common/VR/VRInput.h
Common/VR/VRRenderer.cpp
Common/VR/VRRenderer.h
)
set(nativeExtraLibs ${nativeExtraLibs} openxr)
endif()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e5f1782

Please sign in to comment.