5 lines
151 B
Meson
5 lines
151 B
Meson
project('simple', 'cuda', version : '1.0.0',
|
|
default_options: ['b_sanitize=address,undefined'])
|
|
|
|
libtests = shared_library('tests', 'prog.cu')
|