Support building for Magic Leap.

This commit is contained in:
Alan Jeffrey 2018-09-12 17:21:51 -05:00
parent e580250d5d
commit dab8f4a97f
34 changed files with 1601 additions and 7 deletions

View file

@ -0,0 +1,26 @@
KIND = program
INCS = \
code/inc/ \
code/inc.gen/
SRCS = \
code/src/main.cpp \
code/src/Servo2D.cpp
LIBPATHS.debug = \
../../../target/aarch64-linux-android/debug
LIBPATHS.release = \
../../../target/aarch64-linux-android/release
STLIBS = \
mlservo
SHLIBS = \
log \
z
USES = \
lumin_runtime \
code/srcsGen