summaryrefslogtreecommitdiffstats
path: root/test cases/windows/2 winmain/meson.build
blob: ea0d23b009a65ea80fe5c2ba620b2d546d6a779d (plain)
1
2
3
4
project('winmain', 'c')

exe = executable('prog', 'prog.c', gui_app : true)
test('winmain', exe)