diff --git a/CMakeLists.txt b/CMakeLists.txt index d7803259c2..04a5f3ee9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,6 +125,8 @@ if (NOT ANDROID) add_subdirectory(interface) add_subdirectory(tests) add_subdirectory(tools) -elseif (ANDROID OR DESKTOP_GVR) +endif () + +if (ANDROID OR DESKTOP_GVR) add_subdirectory(gvr-interface) endif () \ No newline at end of file