From 53f58ad3820f4793851243b4a3c60eaed366ae25 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 10 Feb 2015 10:51:20 -0800 Subject: [PATCH] add possibility of desktop GVR build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dff49df7d7..d7803259c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 () \ No newline at end of file