meson.build 130 B

12345
  1. l = static_library('clib', 'lib.cu')
  2. exe = executable('staexe', 'main_static.cpp',
  3. link_with : l)
  4. test('static Cuda test', exe)