7 lines
161 B
Meson
7 lines
161 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2019 Intel Corporation
|
||
|
|
||
|
allow_experimental_apis = true
|
||
|
sources = files('main.c')
|
||
|
deps += ['ipsec', 'net']
|