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

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

subdir('static')