blob: 8c23224a408627a4f6e870a63fab9bf55032aaaf (
plain)
1
2
3
4
5
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'))
|