Sign in
qemu
/
meson
/
refs/heads/fixcygwin
/
.
/
test cases
/
cuda
/
13 cuda compiler setting
/
meson.build
blob: ba560b1e6f808ff77cbd3cefda29ac8882df2804 [
file
] [
log
] [
blame
]
project
(
'simple'
,
[
'cpp'
,
'cuda'
],
version
:
'1.0.0'
,
default_options
:
[
'cpp_std=c++2a'
,
'cuda_std=c++17'
])
exe
=
executable
(
'prog'
,
'prog.cu'
)
test
(
'cudatest'
,
exe
)