blob: 19af734af3ff4ebeaf274db8878a641ed158f8c4 [file] [log] [blame]
project('simple', 'cuda', version : '1.0.0')
exe = executable('prog', 'prog.cu')
test('cudatest', exe)