summaryrefslogtreecommitdiff
path: root/test cases/cuda/7 static vs runtime/meson.build
blob: ab133044dde5ddac9c139040c442387445ac2ee9 (plain)
1
2
3
4
project('static msvc runtime', 'cuda', version : '1.0.0', default_options : ['b_vscrt=mtd'])

exe = executable('prog', 'main.cu')
test('cudatest', exe)