From 141ebfb0e9c1a637d9faafee96cc1750d66b0294 Mon Sep 17 00:00:00 2001 From: mcc Date: Tue, 6 Nov 2018 18:37:28 -0500 Subject: [PATCH] Switch BridgeLovr to C --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 521dd7a8..9b84fc1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -466,7 +466,7 @@ if(LOVR_ENABLE_HEADSET) # OCULUS_MOBILE assumes it will be built as part of an Android app, and that it is a git submodule of that app. # The "BridgeLovr" files live in the parent (app) repository: include_directories(../include) - target_sources(lovr PRIVATE src/headset/oculus_mobile.c ../BridgeLovr.cpp ../BridgeLovrPrintOverride.cpp) + target_sources(lovr PRIVATE src/headset/oculus_mobile.c ../BridgeLovr.c ../BridgeLovrPrintOverride.c) endif() if(LOVR_USE_WEBVR) add_definitions(-DLOVR_USE_WEBVR)