aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/92 new subproject in configured project/subprojects/sub/meson.build
blob: a833b0c358fd71b5c4518fbd70e089f61dd3a769 (plain)
1
2
3
4
5
6
7
# SPDX-license-identifier: Apache-2.0
# Copyright © 2021 Intel Corporation
project('new subproject', 'c')

l = library('foo', 'foo.c')

dep = declare_dependency(link_with : l)