blob: 30fc69093176f3311cb2ef098a39e53e65deb7fb [file] [log] [blame]
project('grabber', 'c')
# Try to grab a file from a child subproject.
subproject('foo')
executable('foo', 'subprojects/foo/sub.c')