repair ability for desktop to add gvr target

This commit is contained in:
Stephen Birarda 2015-02-12 12:49:29 -08:00
parent 0154ac9734
commit ef9cc2aacc

View file

@ -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 ()