parent
28353e10e1
commit
5ee92d5bb0
3 changed files with 10 additions and 0 deletions
@ -0,0 +1,2 @@ |
||||
# This file is never reached. |
||||
x = 3 |
@ -0,0 +1,6 @@ |
||||
project('abs subdir', 'c') |
||||
|
||||
# For some reason people insist on doing this, probably |
||||
# because Make has taught them to never rely on anything. |
||||
subdir(join_paths(meson.source_root(), 'bob')) |
||||
|
Loading…
Reference in new issue