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