diff options
Diffstat (limited to 'test cases/unit/20 subproj dep variables/subprojects/nestedsubproj/meson.build')
-rw-r--r-- | test cases/unit/20 subproj dep variables/subprojects/nestedsubproj/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/unit/20 subproj dep variables/subprojects/nestedsubproj/meson.build b/test cases/unit/20 subproj dep variables/subprojects/nestedsubproj/meson.build new file mode 100644 index 0000000..4bf549e --- /dev/null +++ b/test cases/unit/20 subproj dep variables/subprojects/nestedsubproj/meson.build @@ -0,0 +1,3 @@ +project('dep', 'c') + +subproject('subsubproject') |