summaryrefslogtreecommitdiff
path: root/test cases/cuda/13 cuda compiler setting/meson.build
blob: 19af734af3ff4ebeaf274db8878a641ed158f8c4 (plain)
1
2
3
4
5
project('simple', 'cuda', version : '1.0.0')

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