blob: 69a6868ca0861034d875fa005527cca3ae8bf244 [file] [log] [blame]
project('C++ std', 'cuda', version : '1.0.0', default_options : ['cuda_std=c++14'])
exe = executable('prog', 'main.cu')
test('cudatest', exe)