mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-19 23:48:10 +02:00
11 lines
155 B
Meson
11 lines
155 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
subdir('cli')
|
|
|
|
if enable_nmtui
|
|
subdir('tui')
|
|
endif
|
|
|
|
if enable_nm_cloud_setup
|
|
subdir('cloud-setup')
|
|
endif
|