Sign in
qemu
/
meson
/
374fa7f0da278d46a4c3adb587f4b43089f5d7db
/
.
/
test cases
/
cuda
/
2 split
/
meson.build
blob: 2e2bec1c6d4efdbfc0c3c30ee9caf8475c0503f0 [
file
] [
log
] [
blame
]
project
(
'simple'
,
'cuda'
,
'cpp'
)
exe
=
executable
(
'prog'
,
'main.cpp'
,
'lib.cu'
)
test
(
'cudatest'
,
exe
)
subdir
(
'static'
)