blob: 4b9e735b936afaf6dcc9998d36002949f6db8e4f [file] [log] [blame]
project('dll_module_defs', 'c')
if meson.get_compiler('c').get_id() == 'msvc'
subdir('subdir')
exe = executable('prog', 'prog.c', link_with : shlib)
test('runtest', exe)
endif