blob: fb59028fa37674e9097952ce958d295208838cca [file] [log] [blame]
project('dll_module_defs', 'c')
subdir('subdir')
exe = executable('prog', 'prog.c', link_with : shlib)
test('runtest', exe)