summaryrefslogtreecommitdiff
path: root/test cases/cuda/2 split/meson.build
blob: 51bf6ce23cd720706dfa22ea014fa7e9c1a6780f (plain)
1
2
3
4
5
6
7
project('simple', 'cuda', 'cpp')

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

subdir('static')