1# SPDX-license-identifier: Apache-2.0
2# Copyright © 2021 Intel Corporation
3project('existing project with new subproject', 'c')
4
5if get_option('use-sub')
6  dep = subproject('sub')
7endif
8