mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-12 09:55:33 +00:00
14 lines
288 B
Meson
14 lines
288 B
Meson
|
# Copyright 2019, Collabora, Ltd.
|
||
|
# SPDX-License-Identifier: BSL-1.0
|
||
|
|
||
|
common_include = include_directories('.')
|
||
|
|
||
|
lib_target_lists = static_library(
|
||
|
'target_lists',
|
||
|
files(
|
||
|
'target_lists.c',
|
||
|
),
|
||
|
include_directories: [drv_include, xrt_include],
|
||
|
dependencies: [aux, targets_enabled],
|
||
|
)
|