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