1 2 3 4 5 6 7 8 9 10 11
# SPDX-License-Identifier: LGPL-2.1-or-later # just test, that we can build "nm-vpn-plugin-utils.c" static_library( 'nm-vpn-plugin-utils-test', sources: nm_vpn_plugin_utils_source, dependencies: [ libnm_dep, glib_dep, ], )