mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 15:10:05 +01:00
License is missing in meson build files. This has been added using SPDX identifiers and licensed under LGPL-2.1+.
10 lines
195 B
Meson
10 lines
195 B
Meson
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
subdir('libnm')
|
|
subdir('api')
|
|
|
|
test(
|
|
'check-docs',
|
|
find_program(join_paths(source_root, 'tools', 'check-docs.sh')),
|
|
args: [source_root, build_root],
|
|
)
|