monado/src/xrt/meson.build
Moses Turner 012c86352e t/hand: Add async wrapper around sync helper
Co-authored-by: Jakob Bornecrantz <jakob@collabora.com>
2022-03-08 20:44:18 +00:00

16 lines
301 B
Meson

# Copyright 2019, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0
xrt_include = include_directories('include')
subdir('include')
subdir('auxiliary')
subdir('tracking')
subdir('drivers')
subdir('compositor')
subdir('state_trackers')
if get_option('service')
subdir('ipc')
endif
subdir('targets')