project('wincpp', 'cpp', default_options : ['cpp_std=c++14'])
exe = executable('prog', 'prog.cpp')
test('wincpp', exe)