5 lines
103 B
Meson
5 lines
103 B
Meson
project('test wrap with file url')
|
|
|
|
exe = subproject('foo').get_variable('foo_exe')
|
|
test('test1', exe)
|