mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Support building for Magic Leap.
This commit is contained in:
parent
e580250d5d
commit
dab8f4a97f
34 changed files with 1601 additions and 7 deletions
26
support/magicleap/Servo2D/Servo2D.mabu
Normal file
26
support/magicleap/Servo2D/Servo2D.mabu
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue