diff --git a/CMakeLists.txt b/CMakeLists.txt index 39d40350d7..0b71e68863 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,6 +123,6 @@ if (NOT ANDROID) add_subdirectory(interface) add_subdirectory(tests) add_subdirectory(tools) -endif() - -add_subdirectory(gvr-interface) \ No newline at end of file +else () + add_subdirectory(gvr-interface) +endif () \ No newline at end of file