monado/settings.gradle

10 lines
253 B
Groovy
Raw Normal View History

2020-10-13 20:10:38 +00:00
// Copyright 2020, Collabora, Ltd.
// SPDX-License-Identifier: BSL-1.0
rootProject.name = 'monado'
include ':src:xrt:auxiliary:android'
2020-10-29 13:40:43 +00:00
include ':src:xrt:ipc:android'
include ':src:xrt:targets:android_common'
include ':src:xrt:targets:openxr_android'