diff options
Diffstat (limited to 'test cases/cuda/7 static vs runtime/meson.build')
-rw-r--r-- | test cases/cuda/7 static vs runtime/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/cuda/7 static vs runtime/meson.build b/test cases/cuda/7 static vs runtime/meson.build new file mode 100644 index 0000000..ab13304 --- /dev/null +++ b/test cases/cuda/7 static vs runtime/meson.build @@ -0,0 +1,4 @@ +project('static msvc runtime', 'cuda', version : '1.0.0', default_options : ['b_vscrt=mtd']) + +exe = executable('prog', 'main.cu') +test('cudatest', exe) |