aboutsummaryrefslogtreecommitdiff
path: root/test cases/windows/3 cpp/meson.build
blob: 7b8080e54a95b097f0aa458f1bfe4b5cf0efddcc (plain)
1
2
3
4
project('wincpp', 'cpp')

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