~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to test cases/common/99 subproject subdir/subprojects/sub_implicit/subprojects/subsub/meson.build

  • Committer: mmach
  • Date: 2021-02-18 07:35:13 UTC
  • Revision ID: netbit73@gmail.com-20210218073513-7qj73rqnjjc56hmu
revert

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
project('subsub')
2
 
 
3
 
meson.override_dependency('subsub', declare_dependency())
4
 
 
5
 
# Regression test: Installing a header from nested sub-subproject used to raise:
6
 
# ERROR: Sandbox violation: Tried to grab file foo.h from a nested subproject.
7
 
install_headers('foo.h')