blob: ab133044dde5ddac9c139040c442387445ac2ee9 [file] [log] [blame]
project('static msvc runtime', 'cuda', version : '1.0.0', default_options : ['b_vscrt=mtd'])
exe = executable('prog', 'main.cu')
test('cudatest', exe)