blob: 7b8080e54a95b097f0aa458f1bfe4b5cf0efddcc [file]
project('wincpp', 'cpp')
exe = executable('prog', 'prog.cpp')
test('wincpp', exe)