mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 20:23:21 +02:00
add possibility of desktop GVR build
This commit is contained in:
parent
fe79d8902e
commit
53f58ad382
1 changed files with 1 additions and 1 deletions
|
@ -125,6 +125,6 @@ if (NOT ANDROID)
|
|||
add_subdirectory(interface)
|
||||
add_subdirectory(tests)
|
||||
add_subdirectory(tools)
|
||||
else ()
|
||||
elseif (ANDROID OR DESKTOP_GVR)
|
||||
add_subdirectory(gvr-interface)
|
||||
endif ()
|
Loading…
Reference in a new issue