Skip to content

Commit

Permalink
OpenXR build instructions;
Browse files Browse the repository at this point in the history
It is probably bad that there is not a better place to put this,
but it is better than nothing.
  • Loading branch information
bjornbytes committed Jan 1, 2020
1 parent 9fdeb75 commit f12a092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -238,6 +238,8 @@ if(LOVR_ENABLE_HEADSET AND LOVR_USE_OPENVR)
endif()

# OpenXR
# Currently, to use OpenXR, add the OpenXR SDK to the deps folder:
# git submodule add https://github.com/khronosgroup/openxr-sdk deps/openxr
if(LOVR_ENABLE_HEADSET AND LOVR_USE_OPENXR)
include_directories(deps/openxr/include)
add_subdirectory(deps/openxr openxr)
Expand Down

0 comments on commit f12a092

Please sign in to comment.