summaryrefslogtreecommitdiffstats
path: root/test cases/windows/3 cpp/meson.build
blob: a9e6569aaa93c0224cee26d7f186c90b9ed9f022 (plain)
1
2
3
4
project('wincpp', 'cpp', default_options : ['cpp_std=c++14'])

exe = executable('prog', 'prog.cpp')
test('wincpp', exe)