aboutsummaryrefslogtreecommitdiff
path: root/test cases/cuda/6 std/meson.build
blob: 69a6868ca0861034d875fa005527cca3ae8bf244 (plain)
1
2
3
4
project('C++ std', 'cuda', version : '1.0.0', default_options : ['cuda_std=c++14'])

exe = executable('prog', 'main.cu')
test('cudatest', exe)