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

subdir('shared')

thread_dep = dependency('threads')
exe = executable('prog', 'main.cu', dependencies: [libkernels, thread_dep])
test('cudatest', exe)