From dab8f4a97fe8c122d24281ea7c62ccb3c7bba621 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Wed, 12 Sep 2018 17:21:51 -0500 Subject: Support building for Magic Leap. --- support/magicleap/Servo2D/code/src/main.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 support/magicleap/Servo2D/code/src/main.cpp (limited to 'support/magicleap/Servo2D/code/src/main.cpp') diff --git a/support/magicleap/Servo2D/code/src/main.cpp b/support/magicleap/Servo2D/code/src/main.cpp new file mode 100644 index 00000000000..d8abed18c34 --- /dev/null +++ b/support/magicleap/Servo2D/code/src/main.cpp @@ -0,0 +1,13 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#include +#include + +int main(int argc, char **argv) +{ + ML_LOG(Debug, "Servo2D Starting."); + Servo2D myApp; + return myApp.run(); +} -- cgit v1.2.3