mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Add a comment
This commit is contained in:
parent
b78cb6c693
commit
d2f4dd41f8
1 changed files with 1 additions and 0 deletions
|
@ -480,6 +480,7 @@ if (GZDOOM_USE_OPENVR)
|
|||
option( GZDOOM_OPENVR_STATIC "Statically link OpenVR API" ON )
|
||||
if(GZDOOM_OPENVR_STATIC)
|
||||
# Incorporate the whole openvr API into zdoom, using a few rules lifted from the OpenVR CMakeLists.txt files
|
||||
# This branch avoids the need to ship openvr_api.dll
|
||||
add_definitions( -DVR_API_PUBLIC )
|
||||
include_directories(${OPENVR_SDK_PATH}/src ${OPENVR_SDK_PATH}/src/vrcommon)
|
||||
file(GLOB OPENVR_SOURCES "${OPENVR_SDK_PATH}/src/*.cpp" "${OPENVR_SDK_PATH}/src/vrcommon/*.cpp")
|
||||
|
|
Loading…
Reference in a new issue