aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/77 extract from nested subdir/tst/first/meson.build
blob: a6fa7da1b88880e5767f8a94c6c0c7884c69290b (plain)
1
2
3
4
first_exe = executable('first_exe', 'exe_first.c',
  objects : first_lib.extract_objects('lib_first.c'))

test('first_test', first_exe)