Sign in
qemu
/
meson
/
80b9b125f47ff2cffa9f603fb86e6e237a039881
/
.
/
test cases
/
cuda
/
5 threads
/
meson.build
blob: 2a804a34fba148c8c71406d766a8f0125bb72ca0 [
file
] [
log
] [
blame
]
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
)