-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmeson_options.txt
21 lines (18 loc) · 1.05 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
option('use_system_libs', type: 'boolean', value : true,
description: 'Whether to generally link with system libraries')
option('android_ndk', type: 'string',
description: 'Absolute path to the Android NDK')
option('android_sdk', type: 'string',
description: 'Absolute path to the Android SDK')
option('android_sdk_build_tools', type: 'string', value: '28.0.3',
description: 'The version of Android SDK build tools to use')
option('android_tango_sdk', type: 'string',
description: 'Absolute path to unpacked Tango SDK for Android')
option('use_asset_manager', type: 'boolean', value: false,
description: 'Whether to use the Android asset manager')
option('realsense', type: 'feature', value: 'auto',
description: 'Whether to enable RealSense camera support')
option('unity_project', type: 'string',
description: 'Path to top of a Unity project where Glimpse plugin can be installed')
option('unity_editor', type: 'string',
description: 'Path to Unity Editor installation prefix (required for Android builds)')