summaryrefslogtreecommitdiffstats
path: root/test cases/cuda/4 shared/meson.build
blob: 532aaebfb4bd9826e6f2c12cc2a6ef940b31d0ac (plain)
1
2
3
4
5
6
project('simple', 'cuda', version : '1.0.0')

subdir('shared')

exe = executable('prog', 'main.cu', dependencies: libkernels)
test('cudatest', exe)