mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:39:26 +02:00
Add clarifying note
This commit is contained in:
parent
1b46ec600a
commit
cfc556e2d1
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ if (NOT SERVER_ONLY AND NOT ANDROID)
|
||||||
set(DIR "oculusLegacy")
|
set(DIR "oculusLegacy")
|
||||||
add_subdirectory(${DIR})
|
add_subdirectory(${DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Note: OpenVR is a Steam thing, which is different from OVR, which is an Oculus SDK component.
|
||||||
set(DIR "openvr")
|
set(DIR "openvr")
|
||||||
add_subdirectory(${DIR})
|
add_subdirectory(${DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue